Searched defs:pvr_pipeline_layout (Results 1 – 1 of 1) sorted by relevance
435 struct pvr_pipeline_layout { struct436 struct vk_object_base base;438 uint32_t set_count;440 struct pvr_descriptor_set_layout *set_layout[PVR_MAX_DESCRIPTOR_SETS];443 uint8_t push_constants_shader_stages;444 uint32_t vert_push_constants_offset;445 uint32_t frag_push_constants_offset;446 uint32_t compute_push_constants_offset;449 uint8_t shader_stage_mask;478 struct pvr_pipeline_layout_reg_info { argument[all …]