Home
last modified time | relevance | path

Searched refs:subscript (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp470 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()
Dbrw_fs.cpp1309 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 …]
Dbrw_fs_lower_pack.cpp45 ibld.MOV(subscript(dst, inst->src[i].type, i), inst->src[i]); in lower_pack()
Dbrw_fs_builder.h468 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()
Dbrw_fs_nir.cpp532 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/
DSpecializationConstant.cpp197 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/
Droot.txt19 subscript{"subscript {0}"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Droot.txt19 subscript{"subscript {0}"}
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp246 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/
DOES_blend_subtract.txt89 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
DOES_blend_equation_separate.txt87 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/
Dmacro_checker_file.py164 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/
DOES_blend_subtract.txt99 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
DOES_blend_equation_separate.txt97 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/
Dutilities.cpp1016 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/
Dloop_dependence.cpp369 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/
Dloop_dependence.cpp369 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/
Dloop_dependence.cpp369 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/
Dafcover.h86 COVERAGE( subscript, SUBSCRIPT,
/third_party/python/Lib/lib2to3/
DGrammar.txt159 subscriptlist: subscript (',' subscript)* [',']
160 subscript: test | [test] ':' [test] [sliceop]
/third_party/typescript/scripts/
Dword2md.mjs60 subscript?: boolean;
303 findReplace("", { font: { subscript: true } }, "<sub>^&</sub>", { font: { subscript: false } }); property
Dword.d.ts10 subscript: boolean; property
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_equation_separate.txt148 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/
DEXT_blend_equation_separate.txt148 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/
Dspv.coopmat_Error.comp55 // only support a single array subscript

12345678910>>...13