Searched defs:stage_info (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 219 shader_create(struct panvk_device *dev, gl_shader_stage stage, const VkPipelineShaderStageCreateInfo *stage_info, const struct panvk_pipeline_layout *layout, unsigned sysval_ubo, struct pan_blend_state *blend_state, bool static_blend_constants, const VkAllocationCallbacks *alloc) shader_create() argument
|
H A D | panvk_vX_pipeline.c | 130 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; in panvk_pipeline_builder_compile_shaders() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.c | 21 tu_spirv_to_nir(struct tu_device *dev, void *mem_ctx, const VkPipelineShaderStageCreateInfo *stage_info, gl_shader_stage stage) tu_spirv_to_nir() argument
|
H A D | tu_pipeline.c | 2869 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; in tu_pipeline_builder_compile_shaders() local 4068 const VkPipelineShaderStageCreateInfo *stage_info = &pCreateInfo->stage; in tu_compute_pipeline_create() local 2556 tu_shader_key_init(struct tu_shader_key *key, const VkPipelineShaderStageCreateInfo *stage_info, struct tu_device *dev) tu_shader_key_init() argument [all...] |
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 521 VkPipelineShaderStageCreateInfo *stage_info = &stages[i]; in ~PipelineBuilder() local 623 VkPipelineShaderStageCreateInfo *stage_info; in add_stage() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 52 anv_shader_stage_to_nir(struct anv_device *device, const VkPipelineShaderStageCreateInfo *stage_info, void *mem_ctx) anv_shader_stage_to_nir() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 191 dzn_pipeline_get_nir_shader(struct dzn_device *device, const struct dzn_pipeline_layout *layout, struct vk_pipeline_cache *cache, const uint8_t *hash, const VkPipelineShaderStageCreateInfo *stage_info, gl_shader_stage stage, enum dxil_spirv_yz_flip_mode yz_flip_mode, uint16_t y_flip_mask, uint16_t z_flip_mask, bool force_sample_rate_shading, enum pipe_format *vi_conversions, const nir_shader_compiler_options *nir_opts, nir_shader **nir) dzn_pipeline_get_nir_shader() argument
|
Completed in 19 milliseconds