| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir.c | 51 unsigned semantic = nir_intrinsic_io_semantics(intrin).location; in ac_nir_calc_io_offset() local
|
| H A D | ac_nir_lower_esgs_io_to_mem.c | 154 unsigned semantic = nir_intrinsic_io_semantics(intrin).location; in lower_es_output_store() local
|
| H A D | ac_nir_opt_outputs.c | 69 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 D | sfn_shader_gs.cpp | 84 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 D | sfn_shader_tess.cpp | 204 auto semantic = r600_get_varying_semantic(location); in do_scan_instruction() local
|
| H A D | sfn_shader_vs.cpp | 426 auto semantic = r600_get_varying_semantic(location); in do_scan_instruction() local
|
| H A D | sfn_shader_fs.cpp | 352 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 D | svga_tgsi_decl_sm30.c | 39 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 D | SetupProcessor.cpp | 130 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 D | PixelShader.cpp | 141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() argument
|
| H A D | VertexShader.cpp | 160 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 D | si_shader_info.c | 273 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 D | si_shader_llvm_gs.c | 413 unsigned semantic = gsinfo->output_semantic[i]; in si_generate_gs_copy_shader() local
|
| H A D | si_shader_internal.h | 36 ubyte semantic; member
|
| H A D | si_shaderlib_nir.c | 319 unsigned semantic = info->output_semantic[i]; in si_create_passthrough_tcs() local
|
| H A D | si_shader_llvm_tess.c | 269 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 D | binary.hpp | 98 enum semantic { enum 132 semantic semantic; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawtex.c | 61 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 D | DynamicHLSL.h | 94 std::string semantic; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader.h | 152 struct sh_semantic semantic; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 311 uint semantic = vp->info.output_semantic_name[i]; in nv30_render_validate() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_translate.c | 111 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_tess.c | 38 draw_tes_get_input_index(int semantic, int index, in draw_tes_get_input_index() argument
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 491 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 D | machine-type.h | 116 constexpr MachineSemantic semantic() const { return semantic_; } in semantic() function in v8::internal::MachineRepresentation::MachineType 100 MachineType(MachineRepresentation representation, MachineSemantic semantic) MachineType() argument [all...] |