Home
last modified time | relevance | path

Searched defs:subscript (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/scripts/
Dword2md.mjs303 findReplace("", { font: { subscript: true } }, "<sub>^&</sub>", { font: { subscript: false } }); property
Dword.d.ts10 subscript: boolean; property
/third_party/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc134 PyObject* subscript(ExtensionDict* self, PyObject* key) { in subscript() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.cpp614 void VaryingPacking::collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript) in collectUserVaryingTF()
801 size_t subscript = GL_INVALID_INDEX; in collectTFVarying() local
DProgramExecutable.cpp1097 size_t subscript = GL_INVALID_INDEX; in gatherTransformFeedbackVaryings() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp197 int subscript, in CreateFloatArrayWithRotationIndex()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp246 unsigned int subscript = GL_INVALID_INDEX; in getFragDataLocation() local
345 unsigned int subscript = GL_INVALID_INDEX; in getUniform() local
361 unsigned int subscript = GL_INVALID_INDEX; in getUniformLocation() local
392 unsigned int subscript = GL_INVALID_INDEX; in getUniformIndex() local
453 unsigned int subscript = GL_INVALID_INDEX; in getUniformBlockIndex() local
1446 unsigned int subscript = GL_INVALID_INDEX; in linkTransformFeedback() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h292 subscript(fs_reg reg, brw_reg_type type, unsigned i) in subscript() function
Dbrw_reg.h1015 subscript(struct brw_reg reg, enum brw_reg_type type, unsigned i) in subscript() function
/third_party/gn/src/gn/
Dparse_tree.h177 const ParseNode* subscript() const { return subscript_.get(); } in subscript() function
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp1016 unsigned long subscript = in ParseArrayIndex() local
/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
1609 for (auto& subscript : new_subscripts) { in DeltaTest() local
/third_party/ffmpeg/libavcodec/
Dcbs_av1.c158 int subscript[2] = { 1, i }; in cbs_av1_read_leb128() local
192 int subscript[2] = { 1, i }; in cbs_av1_write_leb128() local
/third_party/spirv-tools/source/opt/
Dloop_dependence.cpp368 for (const auto& subscript : coupled_subscripts) { in GetDependence() local
1608 for (auto& subscript : new_subscripts) { in DeltaTest() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.cpp369 for (const auto& subscript : coupled_subscripts) { in GetDependence() local
1609 for (auto& subscript : new_subscripts) { in DeltaTest() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dmacro_checker_file.py204 def shouldEntityBeText(entity, subscript): argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp981 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; in glslOutputVerification() local
1088 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; in glslOutputVerification() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp982 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; in glslOutputVerification() local
1089 const auto& subscript = (sb.count > 1) ? "[" + std::to_string(arrayIndex) + "]" : ""; in glslOutputVerification() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c235 long subscript = link_util_parse_program_resource_name(input, strlen(input), in xfb_decl_init() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83624 static nsIAtom* subscript; member in nsGkAtoms