Searched defs:tu_pipeline_builder (Results 1 – 1 of 1) sorted by relevance
246 struct tu_pipeline_builder struct248 struct tu_device *device;249 void *mem_ctx;250 struct vk_pipeline_cache *cache;251 struct tu_pipeline_layout *layout;252 const VkAllocationCallbacks *alloc;253 const VkGraphicsPipelineCreateInfo *create_info;255 struct tu_compiled_shaders *shaders;256 struct ir3_shader_variant *binning_variant;257 uint64_t shader_iova[MESA_SHADER_FRAGMENT + 1];[all …]