/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 492 struct semantic_info *semantic, in fill_signature_element() argument 496 elm->stream = semantic->stream; in fill_signature_element() 498 elm->semantic_index = semantic->index + row; in fill_signature_element() 499 elm->system_value = (uint32_t) prog_semantic_from_kind(semantic->kind, semantic->rows, row); in fill_signature_element() 500 elm->comp_type = (uint32_t) semantic->comp_type; in fill_signature_element() 501 elm->reg = semantic->start_row + row; in fill_signature_element() 503 assert(semantic->cols + semantic->start_col <= 4); in fill_signature_element() 504 elm->mask = (uint8_t) (((1 << semantic->cols) - 1) << semantic->start_col); in fill_signature_element() 510 struct semantic_info *semantic, struct dxil_module *mod) in fill_psv_signature_element() argument 513 psv_elm->rows = semantic->rows; in fill_psv_signature_element() [all …]
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 40 struct tgsi_declaration_semantic semantic, in translate_vs_ps_semantic() argument 44 switch (semantic.Name) { in translate_vs_ps_semantic() 46 *idx = semantic.Index; in translate_vs_ps_semantic() 50 *idx = semantic.Index; in translate_vs_ps_semantic() 54 *idx = semantic.Index + 2; /* sharing with COLOR */ in translate_vs_ps_semantic() 59 assert(semantic.Index == 0); in translate_vs_ps_semantic() 63 *idx = semantic.Index; in translate_vs_ps_semantic() 68 semantic.Index); in translate_vs_ps_semantic() 72 *idx = semantic.Index; in translate_vs_ps_semantic() 179 struct tgsi_declaration_semantic semantic, in ps30_input() argument [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 273 unsigned semantic = 0; in scan_io_usage() local 276 semantic = nir_intrinsic_io_semantics(intr).location; in scan_io_usage() 280 if (semantic == FRAG_RESULT_COLOR) in scan_io_usage() 281 semantic = FRAG_RESULT_DATA0; in scan_io_usage() 282 semantic += nir_intrinsic_io_semantics(intr).dual_source_blend_index; in scan_io_usage() 294 info->input[loc].semantic = semantic + i; in scan_io_usage() 296 if (semantic == VARYING_SLOT_PRIMITIVE_ID) in scan_io_usage() 319 info->output_semantic[loc] = semantic + i; in scan_io_usage() 361 semantic >= FRAG_RESULT_DATA0 && semantic <= FRAG_RESULT_DATA7) { in scan_io_usage() 362 unsigned index = semantic - FRAG_RESULT_DATA0; in scan_io_usage() [all …]
|
D | si_shader_llvm_vs.c | 457 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping() 458 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping() 459 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping() 460 outputs[i].semantic != VARYING_SLOT_BFC1) in si_vertex_color_clamping() 480 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping() 481 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping() 482 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping() 483 outputs[i].semantic != VARYING_SLOT_BFC1) in si_vertex_color_clamping() 495 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping() 496 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping() [all …]
|
D | si_shaderlib_nir.c | 319 unsigned semantic = info->output_semantic[i]; in si_create_passthrough_tcs() local 320 if (semantic < VARYING_SLOT_VAR31 && semantic != VARYING_SLOT_EDGE) in si_create_passthrough_tcs() 322 else if (semantic >= VARYING_SLOT_VAR0_16BIT) in si_create_passthrough_tcs() 330 in->data.location = semantic; in si_create_passthrough_tcs() 335 out->data.location = semantic; in si_create_passthrough_tcs()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | binary.hpp | 98 enum semantic { enum 111 enum semantic semantic = general) : in argument() 114 ext_type(ext_type), semantic(semantic) { } in argument() 119 ext_type(zero_ext), semantic(general) { } in argument() 123 ext_type(zero_ext), semantic(general) { } in argument() 132 semantic semantic; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | SetupProcessor.cpp | 130 …const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project… in update() local 132 if(semantic.active()) in update() 137 if(semantic == context->vertexShader->getOutput(i, component - project)) in update() 146 switch(semantic.usage) in update() 149 case Shader::USAGE_COLOR: flat = semantic.flat || flatShading; break; in update() 164 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component); in update() local 166 switch(semantic.usage) in update() 171 state.gradient[interpolant][component].attribute = T0 + semantic.index; in update() 172 state.gradient[interpolant][component].flat = semantic.flat || (point && !sprite); in update() 175 state.gradient[interpolant][component].attribute = C0 + semantic.index; in update() [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 101 MachineSemantic semantic) in MachineType() argument 102 : representation_(representation), semantic_(semantic) {} in MachineType() 106 semantic() == other.semantic(); 116 constexpr MachineSemantic semantic() const { return semantic_; } in semantic() function 127 return semantic() == MachineSemantic::kInt32 || in IsSigned() 128 semantic() == MachineSemantic::kInt64; in IsSigned() 131 return semantic() == MachineSemantic::kUint32 || in IsUnsigned() 132 semantic() == MachineSemantic::kUint64; in IsUnsigned() 326 static_cast<size_t>(type.semantic()) * 16; in hash_value()
|
D | machine-type.cc | 92 return os << type.semantic(); in operator <<() 93 } else if (type.semantic() == MachineSemantic::kNone) { in operator <<() 96 return os << type.representation() << "|" << type.semantic(); in operator <<()
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
D | when-new-file-is-added-to-the-referenced-project-discrepancies.js | 2 Ts buildinfo will not be updated in incremental build so it will have semantic diagnostics cached f… 3 But in clean build because of global diagnostics, semantic diagnostics are not queried so not cache… 61 …cause they are emitted because of change which results in clearing their semantic diagnostics cache 62 But in clean build because of global diagnostics, semantic diagnostics are not queried so not cache…
|
/third_party/typescript/tests/baselines/reference/ |
D | getEmitOutputWithSemanticErrorsForMultipleFiles2.baseline | 4 // File to emit, does not contain semantic errors, but --out is passed 5 // expected to not generate declarations because of the semantic errors in the other file 7 // File not emitted, and contains semantic errors
|
D | getEmitOutputWithSemanticErrorsForMultipleFiles.baseline | 4 // File to emit, does not contain semantic errors 5 // expected to be emitted correctelly regardless of the semantic errors in the other file
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 73 so the produced `Program` will contain all the needed semantic information. 105 held by the `Program` or `ProgramBuilder`. AST and semantic nodes can both 128 corresponding semantic node, the reverse may not be true. For example: 133 Unlike `ast::Node`s, semantic nodes may not necessarily form a directed acyclic 134 graph, and the semantic graph may contain diamonds. 148 A `Resolver` creates the `Program`s semantic information by analyzing the 157 `ProgramBuilder` along with semantic information generated by the 185 Transforms will always emit a `Program` with semantic information.
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_gs.cpp | 84 auto semantic = r600_get_varying_semantic(location); in process_store_output() local 85 tgsi_semantic name = (tgsi_semantic)semantic.first; in process_store_output() 90 output.set_sid(semantic.second); in process_store_output() 141 auto semantic = r600_get_varying_semantic(location); in process_load_input() local 142 ShaderInput input(driver_location, semantic.first); in process_load_input() 143 input.set_sid(semantic.second); in process_load_input()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | README | 6 4. semantic parse 12 Sparse is a semantic parser of source files: it's neither a compiler 19 create a semantic parse tree for some arbitrary user for further 34 - semantic parsing. 42 Also note the "lazy" in the type evaluation. The semantic parsing
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 129 if (fs->texcoords[i].semantic != -1) { in calculate_vertex_layout() 130 src = draw_find_shader_output(i915->draw, fs->texcoords[i].semantic, in calculate_vertex_layout() 132 if (fs->texcoords[i].semantic == TGSI_SEMANTIC_FACE) { in calculate_vertex_layout()
|
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/ |
D | config-has-out.js | 42 No cached semantic diagnostics in the builder:: 95 No cached semantic diagnostics in the builder:: 148 No cached semantic diagnostics in the builder::
|
D | config-has-outFile.js | 42 No cached semantic diagnostics in the builder:: 95 No cached semantic diagnostics in the builder:: 148 No cached semantic diagnostics in the builder::
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexShader.hpp | 43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT); 44 void setOutput(int outputIdx, int nbComponents, const Semantic& semantic);
|
D | VertexShader.cpp | 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument 162 input[inputIdx] = semantic; in setInput() 166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput() argument 170 output[outputIdx][i] = semantic; in setOutput()
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 44 No cached semantic diagnostics in the builder:: 56 No cached semantic diagnostics in the builder:: 290 No cached semantic diagnostics in the builder:: 409 No cached semantic diagnostics in the builder:: 574 No cached semantic diagnostics in the builder::
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir.c | 51 unsigned semantic = nir_intrinsic_io_semantics(intrin).location; in ac_nir_calc_io_offset() local 52 unsigned mapped_driver_location = map_io ? map_io(semantic) : base; in ac_nir_calc_io_offset()
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/configFileErrors/ |
D | reports-syntax-errors-in-config-file.js | 55 No cached semantic diagnostics in the builder:: 149 No cached semantic diagnostics in the builder:: 196 No cached semantic diagnostics in the builder:: 241 No cached semantic diagnostics in the builder::
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 61 semantic_to_vert_attrib(unsigned semantic) in semantic_to_vert_attrib() argument 63 switch (semantic) { in semantic_to_vert_attrib() 77 semantic_to_varying_slot(unsigned semantic) in semantic_to_varying_slot() argument 79 switch (semantic) { in semantic_to_varying_slot()
|
/third_party/ltp/scripts/coccinelle/ |
D | run-spatch.sh | 77 -f Apply the semantic patch in-place to fix the code 80 If run without -f then the semantic patch will only print locations
|