Home
last modified time | relevance | path

Searched defs:stage (Results 26 - 50 of 551) sorted by relevance

12345678910>>...23

/third_party/mesa3d/src/imagination/rogue/
H A Drogue_shader.h44 gl_shader_stage stage; /** Shader stage. */ member
H A Drogue_nir.c77 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 Dshaderobj.h149 _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 Dbi_lower_divergent_indirects.c47 gl_shader_stage stage = b->shader->info.stage; in bi_lower_divergent_indirects_impl() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c40 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 Dmidgard_derivatives.c76 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 DSpirvUtils.cpp19 spv::ExecutionModel ShaderStageToExecutionModel(SingleShaderStage stage) { in ShaderStageToExecutionModel() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPerStage.h64 T& operator[](SingleShaderStage stage) { in operator []() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dentry_point_info.h69 ast::PipelineStage stage = ast::PipelineStage::kNone; member
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_pipeline_stage_test.cc36 auto stage = p->expect_pipeline_stage(); in TEST_P() local
58 auto stage = p->expect_pipeline_stage(); in TEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.cpp28 void RawRecognizer::HandleRawEvent(const TouchEvent& point, uint32_t stage) in HandleRawEvent() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dl2tp_vpn_ctl_test.cpp99 std::string stage; in HWTEST_F() local
[all...]
H A Dipsec_vpn_ctl_test.cpp102 std::string stage; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dglslang.cpp152 GLSlangResult *glslang_compile(const char *glsl, enum GLSlangStage stage) in glslang_compile() argument
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.js.cpp211 EShLanguage stage = static_cast<EShLanguage>(stage_int); in convert_glsl_to_spirv() local
/third_party/glslang/gtests/
H A DTestFixture.cpp49 EShLanguage GetShaderStage(const std::string& stage) in GetShaderStage() argument
[all...]
/third_party/glslang/SPIRV/CInterface/
H A Dspirv_c_interface.cpp47 static EShLanguage c_shader_stage(glslang_stage_t stage) in c_shader_stage() argument
84 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stage) in glslang_program_SPIRV_generate() argument
93 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang_stage_t stage, glslang_spv_options_t* spv_options) { in glslang_program_SPIRV_generate_with_options() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c222 gl_spirv_validation(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name) gl_spirv_validation() argument
H A Dspirv2nir.c48 stage_to_enum(char *stage) in stage_to_enum() argument
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c37 gl_shader_stage_name(gl_shader_stage stage) in gl_shader_stage_name() argument
65 _mesa_shader_stage_to_string(unsigned stage) in _mesa_shader_stage_to_string() argument
93 _mesa_shader_stage_to_abbrev(unsigned stage) in _mesa_shader_stage_to_abbrev() argument
158 gl_varying_slot_name_for_stage(gl_varying_slot slot, gl_shader_stage stage) gl_varying_slot_name_for_stage() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h84 tu6_stage2opcode(gl_shader_stage stage) in tu6_stage2opcode() argument
92 tu6_stage2texsb(gl_shader_stage stage) in tu6_stage2texsb() argument
98 tu6_stage2shadersb(gl_shader_stage stage) in tu6_stage2shadersb() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument
H A Dbrw_vue_map.c282 varying_name(brw_varying_slot slot, gl_shader_stage stage) in varying_name() argument
299 brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map, gl_shader_stage stage) brw_print_vue_map() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c52 struct quad_stage stage; /**< base class */ member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp62 gl_shader_stage stage = shader->Stage; in link_shader() local

Completed in 9 milliseconds

12345678910>>...23