/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.h | 62 pipe_shader_type_from_mesa(gl_shader_stage stage) in pipe_shader_type_from_mesa() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | pipeline_stage.cc | 20 std::ostream& operator<<(std::ostream& out, PipelineStage stage) { in operator <<() argument
|
H A D | stage_decoration.h | 48 const PipelineStage stage; member in tint::ast::StageDecoration
|
/third_party/spirv-tools/source/opt/ |
H A D | analyze_live_input_pass.cpp | 34 auto stage = context()->GetStage(); in DoLiveInputAnalysis() local
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_debug.c | 107 v3d_debug_flag_for_shader_stage(gl_shader_stage stage) in v3d_debug_flag_for_shader_stage() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_shader.c | 55 pvr_spirv_to_nir(struct rogue_build_ctx *ctx, gl_shader_stage stage, const VkPipelineShaderStageCreateInfo *create_info) pvr_spirv_to_nir() argument
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program.h | 123 _mesa_shader_stage_to_program(unsigned stage) in _mesa_shader_stage_to_program() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_pipe.h | 44 stage_to_pipe(gl_shader_stage stage) in stage_to_pipe() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_pipe.h | 44 stage_to_pipe(gl_shader_stage stage) in stage_to_pipe() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PerStage.cpp | 44 wgpu::ShaderStage StageBit(SingleShaderStage stage) { in StageBit() argument
|
H A D | PerStage.h | 64 T& operator[](SingleShaderStage stage) { in operator []() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.cpp | 60 _mesa_glsl_parse_state(struct gl_context *_ctx, gl_shader_stage stage, void *mem_ctx) _mesa_glsl_parse_state() argument [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_shader.c | 68 rogue_shader_create(struct rogue_build_ctx *ctx, gl_shader_stage stage) rogue_shader_create() argument
|
H A D | rogue_shader.h | 44 gl_shader_stage stage; /** Shader stage. */ member
|
H A D | rogue_nir.c | 77 rogue_nir_passes(struct rogue_build_ctx *ctx, nir_shader *nir, gl_shader_stage stage) rogue_nir_passes() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderobj.h | 149 _mesa_shader_stage_to_subroutine_prefix(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_prefix() argument 211 _mesa_shader_stage_to_subroutine(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine() argument 232 _mesa_shader_stage_to_subroutine_uniform(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_uniform() argument
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_lower_divergent_indirects.c | 47 gl_shader_stage stage = b->shader->info.stage; in bi_lower_divergent_indirects_impl() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_util.c | 40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_point() argument 46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_line() argument 52 draw_pipe_passthrough_tri(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_tri() argument 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigne argument 114 struct draw_stage *stage = draw->pipeline.first; draw_reset_vertex_ids() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_derivatives.c | 76 mir_op_computes_derivatives(gl_shader_stage stage, unsigned op) in mir_op_computes_derivatives() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SpirvUtils.cpp | 19 spv::ExecutionModel ShaderStageToExecutionModel(SingleShaderStage stage) { in ShaderStageToExecutionModel() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | entry_point_info.h | 69 ast::PipelineStage stage = ast::PipelineStage::kNone; member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_pipeline_stage_test.cc | 36 auto stage = p->expect_pipeline_stage(); in TEST_P() local 58 auto stage = p->expect_pipeline_stage(); in TEST_F() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | glslang.cpp | 152 GLSlangResult *glslang_compile(const char *glsl, enum GLSlangStage stage) in glslang_compile() argument
|
/third_party/glslang/glslang/OSDependent/Web/ |
H A D | glslang.js.cpp | 211 EShLanguage stage = static_cast<EShLanguage>(stage_int); in convert_glsl_to_spirv() local
|
/third_party/glslang/gtests/ |
H A D | TestFixture.cpp | 49 EShLanguage GetShaderStage(const std::string& stage) in GetShaderStage() argument [all...] |