Home
last modified time | relevance | path

Searched defs:semantic (Results 1 - 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/amd/common/
H A Dac_nir.c51 unsigned semantic = nir_intrinsic_io_semantics(intrin).location; in ac_nir_calc_io_offset() local
H A Dac_nir_lower_esgs_io_to_mem.c154 unsigned semantic = nir_intrinsic_io_semantics(intrin).location; in lower_es_output_store() local
H A Dac_nir_opt_outputs.c69 ac_eliminate_const_output(struct ac_out_info *out, gl_varying_slot semantic, uint8_t *param_export_index) ac_eliminate_const_output() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp84 auto semantic = r600_get_varying_semantic(location); in process_store_output() local
141 auto semantic = r600_get_varying_semantic(location); in process_load_input() local
H A Dsfn_shader_tess.cpp204 auto semantic = r600_get_varying_semantic(location); in do_scan_instruction() local
H A Dsfn_shader_vs.cpp426 auto semantic = r600_get_varying_semantic(location); in do_scan_instruction() local
H A Dsfn_shader_fs.cpp352 auto semantic = r600_get_varying_semantic(location); in scan_input() local
537 int semantic = TGSI_SEMANTIC_POSITION; in emit_export_pixel() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned *usage, unsigned *idx) translate_vs_ps_semantic() argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) ps30_input() argument
327 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) ps30_output() argument
391 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) vs30_input() argument
449 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) vs30_output() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.cpp130 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project); in update() local
164 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component); in update() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() argument
H A DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument
166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c273 unsigned semantic = 0; in scan_io_usage() local
746 unsigned semantic = info->output_semantic[i]; si_nir_scan_shader() local
816 unsigned semantic = info->input[i].semantic; si_nir_scan_shader() local
[all...]
H A Dsi_shader_llvm_gs.c413 unsigned semantic = gsinfo->output_semantic[i]; in si_generate_gs_copy_shader() local
H A Dsi_shader_internal.h36 ubyte semantic; member
H A Dsi_shaderlib_nir.c319 unsigned semantic = info->output_semantic[i]; in si_create_passthrough_tcs() local
H A Dsi_shader_llvm_tess.c269 ubyte semantic = info->input[driver_location].semantic; in si_nir_load_tcs_varyings() local
515 unsigned semantic = info->output_semantic[i]; in si_llvm_tcs_build_end() local
580 unsigned semantic = info->output_semantic[i]; in si_llvm_ls_build_end() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp98 enum semantic { enum
132 semantic semantic; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c61 semantic_to_vert_attrib(unsigned semantic) in semantic_to_vert_attrib() argument
77 semantic_to_varying_slot(unsigned semantic) in semantic_to_varying_slot() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.h94 std::string semantic; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c311 uint semantic = vp->info.output_semantic_name[i]; in nv30_render_validate() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c111 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c38 draw_tes_get_input_index(int semantic, int index, in draw_tes_get_input_index() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c491 fill_signature_element(struct dxil_signature_element *elm, struct semantic_info *semantic, unsigned row) fill_signature_element() argument
509 fill_psv_signature_element(struct dxil_psv_signature_element *psv_elm, struct semantic_info *semantic, struct dxil_module *mod) fill_psv_signature_element() argument
548 fill_io_signature(struct dxil_module *mod, int id, struct semantic_info *semantic, struct dxil_signature_record *rec, struct dxil_psv_signature_element *psv_elm) fill_io_signature() argument
573 struct semantic_info semantic = {0}; get_input_signature_group() local
637 struct semantic_info semantic = {0}; process_output_signature() local
723 struct semantic_info semantic = {0}; process_patch_const_signature() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h116 constexpr MachineSemantic semantic() const { return semantic_; } in semantic() function in v8::internal::MachineRepresentation::MachineType
100 MachineType(MachineRepresentation representation, MachineSemantic semantic) MachineType() argument
[all...]

Completed in 20 milliseconds

12