Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c246 struct tu_pipeline_builder struct
248 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 …]