Home
last modified time | relevance | path

Searched defs:pvr_pipeline_layout (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_common.h435 struct pvr_pipeline_layout { struct
436 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 …]