/aosp_15_r20/external/mesa3d/src/compiler/ |
H A D | shader_info.h | 40 typedef struct shader_info { struct 41 const char *name; 44 const char *label; 47 bool internal; 50 blake3_hash source_blake3; 53 gl_shader_stage stage:8; 58 gl_shader_stage next_stage:8; 61 uint8_t num_textures; 63 uint8_t num_ubos; 65 uint8_t num_abos; [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | shader_compiler_test.cc | 110 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 129 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 149 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 166 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 239 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 258 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 284 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 310 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local 337 Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute); in TEST_F() local
|
D | clspv_helper.cc | 33 Pipeline::ShaderInfo* shader_info = nullptr; member 252 Result Compile(Pipeline::ShaderInfo* shader_info, in Compile()
|
D | shader_compiler.cc | 65 Pipeline::ShaderInfo* shader_info, in Compile() 289 Result ShaderCompiler::CompileOpenCLC(Pipeline::ShaderInfo* shader_info, in CompileOpenCLC()
|
D | pipeline.cc | 674 const auto& shader_info = GetShaders()[0]; in UpdateOpenCLBufferBindings() local 774 const auto& shader_info = GetShaders()[0]; in GenerateOpenCLPodBuffers() local 1006 const auto& shader_info = GetShaders()[0]; in GenerateOpenCLPushConstants() local
|
D | script.cc | 33 auto shader_info = pipeline->GetShader(shader.get()); in GetShaderInfo() local
|
D | executor.cc | 37 for (auto& shader_info : pipeline->GetShaders()) { in CompileShaders() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 398 struct PACKED shader_info { struct 405 decode_shader_info(struct state *state, struct shader_info *info) in decode_shader_info() argument
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 142 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() local 198 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() local 323 for (auto& shader_info : pipeline->GetShaders()) { in SetShader() local
|
D | engine_vulkan.h | 79 shader_info; member
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/bifrost/ |
H A D | panvk_vX_meta_desc_copy.c | 241 struct pan_shader_info *shader_info) in panvk_meta_desc_copy_shader() 284 struct pan_shader_info shader_info; in panvk_per_arch() local
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/ |
H A D | ShaderRegistry.cpp | 24 void ShaderRegistry::register_shader(vkapi::ShaderInfo&& shader_info) { in register_shader()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | ShaderRegistry.cpp | 18 void ShaderRegistry::register_shader(ShaderInfo&& shader_info) { in register_shader()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.h | 38 shader_info = 1 << 4, enumerator
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_shader.h | 243 pan_shader_prepare_rsd(const struct pan_shader_info *shader_info, in pan_shader_prepare_rsd()
|
H A D | pan_indirect_dispatch.c | 114 struct pan_shader_info shader_info; in pan_indirect_dispatch_init() local
|
/aosp_15_r20/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 803 for (const auto& shader_info : pipeline->GetShaders()) { in CreatePipeline() local 967 for (const auto& shader_info : render_pipeline.pipeline->GetShaders()) { in CreateRenderPipelineDescriptor() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_hardcode.c | 70 const struct pvr_compute_shader_state shader_info; member
|
H A D | pvr_blit.c | 1500 const struct pvr_shader_factory_info *shader_info, in pvr_clear_color_attachment_static_create_consts_buffer() 1595 const struct pvr_shader_factory_info *shader_info; in pvr_clear_color_attachment_static() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 31 const struct radv_shader_info *shader_info; member
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ |
H A D | ComputeGraph.cpp | 449 const vkapi::ShaderInfo& shader_info, in update_descriptor_counts()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline.c | 312 const VkPipelineRobustnessCreateInfoEXT *shader_info = in vk_pipeline_robustness_state_fill() local
|