Searched defs:anv_graphics_base_pipeline (Results 1 – 1 of 1) sorted by relevance
4657 struct anv_graphics_base_pipeline { struct4658 struct anv_pipeline base;4660 struct vk_sample_locations_state sample_locations;4663 struct anv_shader_bin * shaders[ANV_GRAPHICS_SHADER_STAGE_COUNT];4668 uint32_t source_hashes[ANV_GRAPHICS_SHADER_STAGE_COUNT];4693 struct anv_graphics_base_pipeline base; argument