Home
last modified time | relevance | path

Searched refs:creation_feedback (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2802 const VkPipelineCreationFeedbackCreateInfo *creation_feedback = in tu_pipeline_builder_compile_shaders() local
3057 if (creation_feedback) { in tu_pipeline_builder_compile_shaders()
3058 *creation_feedback->pPipelineCreationFeedback = pipeline_feedback; in tu_pipeline_builder_compile_shaders()
3061 creation_feedback->pipelineStageCreationFeedbackCount); in tu_pipeline_builder_compile_shaders()
3065 creation_feedback->pPipelineStageCreationFeedbacks[i] = stage_feedbacks[s]; in tu_pipeline_builder_compile_shaders()
4081 const VkPipelineCreationFeedbackCreateInfo *creation_feedback = in tu_compute_pipeline_create() local
4178 if (creation_feedback) { in tu_compute_pipeline_create()
4179 *creation_feedback->pPipelineCreationFeedback = pipeline_feedback; in tu_compute_pipeline_create()
4180 assert(creation_feedback->pipelineStageCreationFeedbackCount == 1); in tu_compute_pipeline_create()
4181 creation_feedback in tu_compute_pipeline_create()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h561 const VkPipelineCreationFeedbackCreateInfo *creation_feedback,
H A Dradv_pipeline.c4578 const VkPipelineCreationFeedbackCreateInfo *creation_feedback, in radv_create_shaders()
4999 if (creation_feedback) { in radv_create_shaders()
5000 *creation_feedback->pPipelineCreationFeedback = pipeline_feedback; in radv_create_shaders()
5002 uint32_t stage_count = creation_feedback->pipelineStageCreationFeedbackCount; in radv_create_shaders()
5006 creation_feedback->pPipelineStageCreationFeedbacks[i] = stages[s].feedback; in radv_create_shaders()
6944 const VkPipelineCreationFeedbackCreateInfo *creation_feedback = in radv_graphics_pipeline_init() local
6952 creation_feedback, NULL, NULL, &pipeline->last_vgt_api_stage); in radv_graphics_pipeline_init()
7274 const VkPipelineCreationFeedbackCreateInfo *creation_feedback = in radv_compute_pipeline_create() local
7281 1, pCreateInfo->flags, custom_hash, creation_feedback, in radv_compute_pipeline_create()
4572 radv_create_shaders(struct radv_pipeline *pipeline, struct radv_pipeline_layout *pipeline_layout, struct radv_device *device, struct radv_pipeline_cache *cache, const struct radv_pipeline_key *pipeline_key, const VkPipelineShaderStageCreateInfo *pStages, uint32_t stageCount, const VkPipelineCreateFlags flags, const uint8_t *custom_hash, const VkPipelineCreationFeedbackCreateInfo *creation_feedback, struct radv_pipeline_shader_stack_size **stack_sizes, uint32_t *num_stack_sizes, gl_shader_stage *last_vgt_api_stage) radv_create_shaders() argument

Completed in 20 milliseconds