/third_party/mesa3d/src/intel/compiler/ |
H A 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(tm in lower_exec_type() [all...] |
H A D | brw_fs_lower_pack.cpp | 45 ibld.MOV(subscript(dst, inst->src[i].type, i), inst->src[i]); in lower_pack()
|
H A 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()
|
H A D | brw_fs.cpp | 1309 abld.MOV(tmp_d, subscript(sample_pos_reg, BRW_REGISTER_TYPE_B, i)); 2546 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_F, 1), 2547 subscript(inst->src[0], BRW_REGISTER_TYPE_F, 1)); 2548 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_F, 0), 2549 subscript(inst->src[0], BRW_REGISTER_TYPE_F, 0)); 2564 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 1), 2565 subscript(inst->src[0], BRW_REGISTER_TYPE_UD, 1)); 2566 ibld.MOV(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 0), 2567 subscript(inst->src[0], BRW_REGISTER_TYPE_UD, 0)); 2695 ibld.SEL(subscript(ins [all...] |
H A 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(des in nir_emit_alu() [all...] |
H A D | brw_fs_generator.cpp | 474 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 0), in generate_mov_indirect() 475 subscript(reg, BRW_REGISTER_TYPE_D, 0)); in generate_mov_indirect() 477 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 1), in generate_mov_indirect() 478 subscript(reg, BRW_REGISTER_TYPE_D, 1)); in generate_mov_indirect() 571 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 0), in generate_mov_indirect() 574 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 1), in generate_mov_indirect()
|
H A D | brw_eu_emit.c | 3478 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 0), in brw_broadcast() 3479 subscript(src, BRW_REGISTER_TYPE_D, 0)); in brw_broadcast() 3481 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 1), in brw_broadcast() 3482 subscript(src, BRW_REGISTER_TYPE_D, 1)); in brw_broadcast() 3548 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 0), in brw_broadcast() 3552 brw_MOV(p, subscript(dst, BRW_REGISTER_TYPE_D, 1), in brw_broadcast()
|
H A D | brw_ir_fs.h | 292 subscript(fs_reg reg, brw_reg_type type, unsigned i)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | SpecializationConstant.cpp | 197 int subscript, in CreateFloatArrayWithRotationIndex() 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() 196 CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, int subscript, float scale, TIntermSymbol *rotation) CreateFloatArrayWithRotationIndex() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A 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; 346 std::string baseName = es2::ParseUniformName(name, &subscript); 361 unsigned int subscript = GL_INVALID_INDEX; 362 std::string baseName = es2::ParseUniformName(name, &subscript); 1446 unsigned int subscript = GL_INVALID_INDEX; linkTransformFeedback() local [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 204 def shouldEntityBeText(entity, subscript): 207 Call with the entity and subscript groups from a match of MacroChecker.macro_re. 210 if subscript: 211 if subscript == '[]' or subscript == '[i]' or subscript.startswith( 212 '[_') or subscript.endswith('_]'): 214 entity_only = entity[:-len(subscript)] 592 self.subscript = match.group('subscript') [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 268 // Go through each subscript testing for independence. in GetDependence() 269 // If any subscript results in independence, we prove independence between the in GetDependence() 307 "CanNotCompute. Abandoning evaluation for this subscript."); in GetDependence() 318 PrintDebug("Found a ZIV subscript pair"); in GetDependence() 327 PrintDebug("Found a SIV subscript pair."); in GetDependence() 336 PrintDebug("Found a MIV subscript pair."); in GetDependence() 369 for (const auto& subscript : coupled_subscripts) { in GetDependence() 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1124 // Create initial partitions with one subscript pai in PartitionSubscripts() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 268 // Go through each subscript testing for independence. in GetDependence() 269 // If any subscript results in independence, we prove independence between the in GetDependence() 307 "CanNotCompute. Abandoning evaluation for this subscript."); in GetDependence() 318 PrintDebug("Found a ZIV subscript pair"); in GetDependence() 327 PrintDebug("Found a SIV subscript pair."); in GetDependence() 336 PrintDebug("Found a MIV subscript pair."); in GetDependence() 369 for (const auto& subscript : coupled_subscripts) { in GetDependence() 370 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1124 // Create initial partitions with one subscript pai in PartitionSubscripts() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 267 // Go through each subscript testing for independence. in GetDependence() 268 // If any subscript results in independence, we prove independence between the in GetDependence() 306 "CanNotCompute. Abandoning evaluation for this subscript."); in GetDependence() 317 PrintDebug("Found a ZIV subscript pair"); in GetDependence() 326 PrintDebug("Found a SIV subscript pair."); in GetDependence() 335 PrintDebug("Found a MIV subscript pair."); in GetDependence() 368 for (const auto& subscript : coupled_subscripts) { in GetDependence() 369 auto loops = CollectLoops(std::get<0>(subscript), std::get<1>(subscript)); in GetDependence() 1123 // Create initial partitions with one subscript pai in PartitionSubscripts() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 993 // Strip any trailing array operator and retrieve the subscript in ParseArrayIndex() 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/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 614 void VaryingPacking::collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript) in collectUserVaryingTF() argument 623 mPackedVaryings.back().arrayIndex = static_cast<GLuint>(subscript); in collectUserVaryingTF() 801 size_t subscript = GL_INVALID_INDEX; in collectTFVarying() local 804 subscript = subscripts.back(); in collectTFVarying() 810 collectUserVaryingTF(ref, subscript); in collectTFVarying()
|
H A D | VaryingPacking.h | 280 void collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript);
|
H A D | ProgramExecutable.cpp | 1097 size_t subscript = GL_INVALID_INDEX; in gatherTransformFeedbackVaryings() local 1100 subscript = subscripts.back(); in gatherTransformFeedbackVaryings() 1113 static_cast<GLuint>(subscript)); in gatherTransformFeedbackVaryings()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 982 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; 990 str << " if (queryAS(" << glslResourceName(sb.set, sb.binding) << subscript << ") == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 994 str << " if (subpassLoad(" << glslResourceName(sb.set, sb.binding) << subscript << ").r == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 1006 << glslResourceName(sb.set, sb.binding) << subscript << ", " 1015 str << " if ((textureLod(" << glslResourceName(sb.set, sb.binding) << subscript << ", vec2(0, 0), 0).r == " << expectedData << ") &&\n" 1016 << " (textureLod(" << glslResourceName(sb.set, sb.binding) << subscript << ", vec2(-1, 0), 0) == " << expectedBorderColor << ")) " 1021 str << " if (imageLoad(" << glslResourceName(sb.set, sb.binding) << subscript << ", ivec2(0, 0)).r == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 1030 << " uint value = " << loadOp << "(" << glslResourceName(sb.set, sb.binding) << subscript << ", int(i)).r;\n" 1043 << " uvec4 value = " << glslResourceName(sb.set, sb.binding) << subscript << ".data[i];\n" 1055 << " uint value = " << glslResourceName(sb.set, sb.binding) << subscript << " [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 981 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; 989 str << " if (queryAS(" << glslResourceName(sb.set, sb.binding) << subscript << ") == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 993 str << " if (subpassLoad(" << glslResourceName(sb.set, sb.binding) << subscript << ").r == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 1005 << glslResourceName(sb.set, sb.binding) << subscript << ", " 1014 str << " if ((textureLod(" << glslResourceName(sb.set, sb.binding) << subscript << ", vec2(0, 0), 0).r == " << expectedData << ") &&\n" 1015 << " (textureLod(" << glslResourceName(sb.set, sb.binding) << subscript << ", vec2(-1, 0), 0) == " << expectedBorderColor << ")) " 1020 str << " if (imageLoad(" << glslResourceName(sb.set, sb.binding) << subscript << ", ivec2(0, 0)).r == " << expectedData << ") " << glslResultBlock("\t", bindingArgs); 1029 << " uint value = " << loadOp << "(" << glslResourceName(sb.set, sb.binding) << subscript << ", int(i)).r;\n" 1042 << " uvec4 value = " << glslResourceName(sb.set, sb.binding) << subscript << ".data[i];\n" 1054 << " uint value = " << glslResourceName(sb.set, sb.binding) << subscript << " [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 134 PyObject* subscript(ExtensionDict* self, PyObject* key) { in subscript() function 357 (binaryfunc)subscript, /* mp_subscript */
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_av1.c | 158 int subscript[2] = { 1, i }; in cbs_av1_read_leb128() local 160 err = ff_cbs_read_unsigned(ctx, gbc, 8, "leb128_byte[i]", subscript, in cbs_av1_read_leb128() 192 int subscript[2] = { 1, i }; in cbs_av1_write_leb128() local 198 err = ff_cbs_write_unsigned(ctx, pbc, 8, "leb128_byte[i]", subscript, in cbs_av1_write_leb128()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 547 RETURN_IF_SET(SuffixCommentTreeWalk(accessor->subscript())); in SuffixCommentTreeWalk() 753 CHECK(accessor->subscript()); in Expr() 755 Expr(accessor->subscript(), kPrecedenceLowest, "]"); in Expr()
|
H A D | functions.cc | 525 You can also check a named scope using a subscript string expression: 527 which will return true or false depending on whether the subscript 583 } else if (accessor->subscript()) { in RunDefined() 585 Value subscript_value = accessor->subscript()->Execute(scope, err); in RunDefined()
|
H A D | parse_tree.h | 177 const ParseNode* subscript() const { return subscript_.get(); } in subscript() function in AccessorNode 214 static constexpr const char* kDumpAccessorKindSubscript = "subscript";
|