| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_fs_lower_regioning.cpp | 470 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j)); in lower_src_region() 523 ibld.MOV(subscript(tmp, raw_type, j), in lower_dst_region() 524 subscript(inst->dst, raw_type, j)); in lower_dst_region() 528 ibld.at(block, inst->next).MOV(subscript(inst->dst, raw_type, j), in lower_dst_region() 529 subscript(tmp, raw_type, j)); in lower_dst_region() 566 sub_inst.src[i] = subscript(inst->src[i], raw_type, j); in lower_exec_type() 570 sub_inst.dst = subscript(tmp, raw_type, j); in lower_exec_type() 576 fs_inst *mov = ibld.MOV(subscript(inst->dst, raw_type, j), in lower_exec_type() 577 subscript(tmp, raw_type, j)); in lower_exec_type()
|
| D | brw_fs.cpp | 1309 abld.MOV(tmp_d, subscript(sample_pos_reg, BRW_REGISTER_TYPE_B, i)); in emit_samplepos_setup() 2546 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_F, 1), in opt_algebraic() 2547 subscript(inst->src[0], BRW_REGISTER_TYPE_F, 1)); in opt_algebraic() 2548 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_F, 0), in opt_algebraic() 2549 subscript(inst->src[0], BRW_REGISTER_TYPE_F, 0)); in opt_algebraic() 2564 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 1), in opt_algebraic() 2565 subscript(inst->src[0], BRW_REGISTER_TYPE_UD, 1)); in opt_algebraic() 2566 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 0), in opt_algebraic() 2567 subscript(inst->src[0], BRW_REGISTER_TYPE_UD, 0)); in opt_algebraic() 2695 ibld.SEL(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 0), in opt_algebraic() [all …]
|
| D | brw_fs_lower_pack.cpp | 45 ibld.MOV(subscript(dst, inst->src[i].type, i), inst->src[i]); in lower_pack()
|
| D | brw_fs_builder.h | 468 dst_reg right_low = subscript(right, BRW_REGISTER_TYPE_UD, 0); in emit_scan_step() 469 dst_reg left_low = subscript(left, BRW_REGISTER_TYPE_UD, 0); in emit_scan_step() 473 dst_reg right_high = subscript(right, type32, 1); in emit_scan_step() 474 dst_reg left_high = subscript(left, type32, 1); in emit_scan_step()
|
| D | brw_fs_nir.cpp | 532 bld.MOV(result, subscript(op0, type, element)); in optimize_extract_to_float() 572 bld.OR(subscript(tmp, BRW_REGISTER_TYPE_W, 1), in optimize_frontfacing_ternary() 593 bld.OR(subscript(tmp, BRW_REGISTER_TYPE_W, 1), in optimize_frontfacing_ternary() 914 fs_reg r = subscript(result, BRW_REGISTER_TYPE_UD, 1); in emit_fsign() 915 bld.AND(r, subscript(op[0], BRW_REGISTER_TYPE_UD, 1), in emit_fsign() 1156 op[0] = subscript(op[0], type, byte); in nir_emit_alu() 1165 op[0] = subscript(op[0], type, word); in nir_emit_alu() 1344 op[1] = subscript(op[1], word_type, 0); in nir_emit_alu() 1367 bld.MOV(result, subscript(tmp, result.type, 1)); in nir_emit_alu() 1437 bld.MOV(result, subscript(dest, BRW_REGISTER_TYPE_UD, 0)); in nir_emit_alu() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | SpecializationConstant.cpp | 197 int subscript, in CreateFloatArrayWithRotationIndex() argument 206 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Identity][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex() 207 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated90Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex() 209 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated180Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex() 211 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Rotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex() 213 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::FlippedIdentity][subscript] * scale, in CreateFloatArrayWithRotationIndex() 216 valuesEnumMap[vk::SurfaceRotation::FlippedRotated90Degrees][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex() 218 valuesEnumMap[vk::SurfaceRotation::FlippedRotated180Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex() 221 valuesEnumMap[vk::SurfaceRotation::FlippedRotated270Degrees][subscript] * scale, in CreateFloatArrayWithRotationIndex()
|
| /third_party/icu/icu4c/source/data/lang/ |
| D | root.txt | 19 subscript{"subscript {0}"}
|
| /third_party/skia/third_party/externals/icu/source/data/lang/ |
| D | root.txt | 19 subscript{"subscript {0}"}
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Program.cpp | 246 unsigned int subscript = GL_INVALID_INDEX; in getFragDataLocation() local 247 baseName = ParseUniformName(baseName, &subscript); in getFragDataLocation() 256 if(subscript == GL_INVALID_INDEX) // No subscript in getFragDataLocation() 264 return varying.registerIndex + (rowCount > 1 ? colCount * subscript : subscript); in getFragDataLocation() 345 unsigned int subscript = GL_INVALID_INDEX; in getUniform() local 346 std::string baseName = es2::ParseUniformName(name, &subscript); in getUniform() 361 unsigned int subscript = GL_INVALID_INDEX; in getUniformLocation() local 362 std::string baseName = es2::ParseUniformName(name, &subscript); in getUniformLocation() 372 if(subscript == GL_INVALID_INDEX) in getUniformLocation() 378 if(uniformIndex[location].element == subscript) in getUniformLocation() [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_blend_subtract.txt | 89 for each mode. In the table, the s subscript on a color component 91 incoming fragment and the d subscript on a color component abbreviation 93 location. A color component abbreviation without a subscript refers to the
|
| D | OES_blend_equation_separate.txt | 87 In the table, the "s" subscript on a color component abbreviation 89 fragment and the "d" subscript on a color component abbreviation refers 91 location. A color component abbreviation without a subscript refers to
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| D | macro_checker_file.py | 164 def shouldEntityBeText(entity, subscript): argument 170 if subscript: 171 if subscript == '[]' or subscript == '[i]' or subscript.startswith( 172 '[_') or subscript.endswith('_]'): 174 entity_only = entity[:-len(subscript)] 538 self.subscript = match.group('subscript') 799 shouldBeText = shouldEntityBeText(entity, self.subscript)
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_blend_subtract.txt | 99 for each mode. In the table, the s subscript on a color component 101 incoming fragment and the d subscript on a color component abbreviation 103 location. A color component abbreviation without a subscript refers to the
|
| D | OES_blend_equation_separate.txt | 97 In the table, the "s" subscript on a color component abbreviation 99 fragment and the "d" subscript on a color component abbreviation refers 101 location. A color component abbreviation without a subscript refers to
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | utilities.cpp | 1016 unsigned long subscript = in ParseArrayIndex() local 1020 if (angle::base::IsValueInRangeForNumericType<uint32_t>(subscript) && in ParseArrayIndex() 1021 !(subscript == ULONG_MAX && errno == ERANGE) && !(errno != 0 && subscript == 0)) in ParseArrayIndex() 1024 return static_cast<unsigned int>(subscript); in ParseArrayIndex()
|
| /third_party/spirv-tools/source/opt/ |
| D | loop_dependence.cpp | 369 for (const auto& subscript : coupled_subscripts) { in GetDependence() local 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1609 for (auto& subscript : new_subscripts) { in DeltaTest() local 1610 if (IsZIV(subscript) && ZIVTest(subscript)) { in DeltaTest() 1612 } else if (IsSIV(subscript)) { in DeltaTest() 1613 new_siv_subscripts.push_back(subscript); in DeltaTest() 1615 new_miv_subscripts.push_back(subscript); in DeltaTest()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | loop_dependence.cpp | 369 for (const auto& subscript : coupled_subscripts) { in GetDependence() local 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1609 for (auto& subscript : new_subscripts) { in DeltaTest() local 1610 if (IsZIV(subscript) && ZIVTest(subscript)) { in DeltaTest() 1612 } else if (IsSIV(subscript)) { in DeltaTest() 1613 new_siv_subscripts.push_back(subscript); in DeltaTest() 1615 new_miv_subscripts.push_back(subscript); in DeltaTest()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | loop_dependence.cpp | 369 for (const auto& subscript : coupled_subscripts) { in GetDependence() local 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1609 for (auto& subscript : new_subscripts) { in DeltaTest() local 1610 if (IsZIV(subscript) && ZIVTest(subscript)) { in DeltaTest() 1612 } else if (IsSIV(subscript)) { in DeltaTest() 1613 new_siv_subscripts.push_back(subscript); in DeltaTest() 1615 new_miv_subscripts.push_back(subscript); in DeltaTest()
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | afcover.h | 86 COVERAGE( subscript, SUBSCRIPT,
|
| /third_party/python/Lib/lib2to3/ |
| D | Grammar.txt | 159 subscriptlist: subscript (',' subscript)* [','] 160 subscript: test | [test] ':' [test] [sliceop]
|
| /third_party/typescript/scripts/ |
| D | word2md.mjs | 60 subscript?: boolean; 303 findReplace("", { font: { subscript: true } }, "<sub>^&</sub>", { font: { subscript: false } }); property
|
| D | word.d.ts | 10 subscript: boolean; property
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_blend_equation_separate.txt | 148 In the table, the "s" subscript on a color component abbreviation 150 fragment, the "d" subscript on a color component abbreviation refers 152 location, and the "c" subscript on a color component abbreviation 154 abbreviation without a subscript refers to the new color component
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_blend_equation_separate.txt | 148 In the table, the "s" subscript on a color component abbreviation 150 fragment, the "d" subscript on a color component abbreviation refers 152 location, and the "c" subscript on a color component abbreviation 154 abbreviation without a subscript refers to the new color component
|
| /third_party/glslang/Test/ |
| D | spv.coopmat_Error.comp | 55 // only support a single array subscript
|