/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.inc | 23 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 25 Values.FloatValues[valueIndex] = floatValues[valueIndex]; 32 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 34 Values.IntValues[valueIndex] = intValues[valueIndex]; 41 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 43 Values.UnsignedIntValues[valueIndex] = unsignedIntValues[valueIndex];
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.inc | 23 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 25 Values.FloatValues[valueIndex] = floatValues[valueIndex]; 32 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 34 Values.IntValues[valueIndex] = intValues[valueIndex]; 41 for (unsigned int valueIndex = 0; valueIndex < 4; valueIndex++) 43 Values.UnsignedIntValues[valueIndex] = unsignedIntValues[valueIndex];
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 178 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "Input… in iterate() local 179 …Info valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_UNIFORM, valueIndex); in iterate() 215 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE… in iterate() local 216 …ueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex); in iterate() 300 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE… in iterate() local 301 …ueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex); in iterate() 338 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE… in iterate() local 339 …ueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex); in iterate() 404 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABL… in iterate() local 405 …eInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), GL_BUFFER_VARIABLE, valueIndex); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 251 const deUint32 valueIndex = (deUint32)(2 + scalarNdx); // Do not use 0 or 1 in populateBufferWithTestValues() local 255 reinterpret_cast<deUint32*>(buffer)[scalarNdx] = valueIndex; in populateBufferWithTestValues() 259 reinterpret_cast<deInt32*>(buffer)[scalarNdx] = -deInt32(valueIndex); in populateBufferWithTestValues() 263 reinterpret_cast<float*>(buffer)[scalarNdx] = float(valueIndex); in populateBufferWithTestValues() 267 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 268 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 269 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 270 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in populateBufferWithTestValues()
|
D | vktRobustnessBufferAccessTests.cpp | 1213 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() local 1217 return !deMemCmp(valuePtr, &valueIndex, (size_t)valueSize); in isExpectedValueFromInBuffer() 1221 const deInt32 value = -deInt32(valueIndex); in isExpectedValueFromInBuffer() 1226 const float value = float(valueIndex); in isExpectedValueFromInBuffer() 1231 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1232 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1233 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1234 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in isExpectedValueFromInBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 251 const deUint32 valueIndex = (deUint32)(2 + scalarNdx); // Do not use 0 or 1 in populateBufferWithTestValues() local 255 reinterpret_cast<deUint32*>(buffer)[scalarNdx] = valueIndex; in populateBufferWithTestValues() 259 reinterpret_cast<deInt32*>(buffer)[scalarNdx] = -deInt32(valueIndex); in populateBufferWithTestValues() 263 reinterpret_cast<float*>(buffer)[scalarNdx] = float(valueIndex); in populateBufferWithTestValues() 267 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 268 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 269 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in populateBufferWithTestValues() 270 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in populateBufferWithTestValues()
|
D | vktRobustnessBufferAccessTests.cpp | 1213 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() local 1217 return !deMemCmp(valuePtr, &valueIndex, (size_t)valueSize); in isExpectedValueFromInBuffer() 1221 const deInt32 value = -deInt32(valueIndex); in isExpectedValueFromInBuffer() 1226 const float value = float(valueIndex); in isExpectedValueFromInBuffer() 1231 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1232 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1233 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer() 1234 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in isExpectedValueFromInBuffer()
|
/third_party/flutter/flutter/packages/flutter_test/test/ |
D | controller_test.dart | 251 …for (int valueIndex = 0; valueIndex < offsetResults[resultIndex].expectedOffsets.length; valueInde… 253 testResult.expectedOffsets[valueIndex], 254 offsetMoreOrLessEquals(dragOffsets[valueIndex]), 257 (valueIndex == 2 ? 'first' : valueIndex == 3 ? 'second' : 'third') +
|
/third_party/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 58 valueIndex = valueIndex_; in set_blends() 67 numValues = valueIndex = 0; in reset_blends() 72 unsigned int valueIndex; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 58 valueIndex = valueIndex_; in set_blends() 67 numValues = valueIndex = 0; in reset_blends() 72 unsigned int valueIndex; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 58 valueIndex = valueIndex_; in set_blends() 67 numValues = valueIndex = 0; in reset_blends() 72 unsigned int valueIndex; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1095 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyDepth() local 1101 deInt32 layerIndex = valueIndex / layerSize; in verifyDepth() 1102 deInt32 inLayerIndex = valueIndex % layerSize; in verifyDepth() 1162 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyStencil() local 1165 deInt32 layerIndex = valueIndex / layerSize; in verifyStencil() 1166 deInt32 inLayerIndex = valueIndex % layerSize; in verifyStencil()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1095 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyDepth() local 1101 deInt32 layerIndex = valueIndex / layerSize; in verifyDepth() 1102 deInt32 inLayerIndex = valueIndex % layerSize; in verifyDepth() 1162 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyStencil() local 1165 deInt32 layerIndex = valueIndex / layerSize; in verifyStencil() 1166 deInt32 inLayerIndex = valueIndex % layerSize; in verifyStencil()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.hpp | 193 size_t getValueSize (const size_t valueIndex) const in getValueSize() 195 return sizesBuffer[valueIndex]; in getValueSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.hpp | 193 size_t getValueSize (const size_t valueIndex) const in getValueSize() 195 return sizesBuffer[valueIndex]; in getValueSize()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 1269 int valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 1270 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 1271 if(index==valueIndex) { in parsePluralOrSelectStyle() 1275 if((index-valueIndex)>Part.MAX_LENGTH) { in parsePluralOrSelectStyle() 1277 "Plural offset value too long: "+prefix(valueIndex)); in parsePluralOrSelectStyle() 1279 parseDouble(valueIndex, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessagePattern.java | 1198 int valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 1199 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 1200 if(index==valueIndex) { in parsePluralOrSelectStyle() 1204 if((index-valueIndex)>Part.MAX_LENGTH) { in parsePluralOrSelectStyle() 1206 "Plural offset value too long: "+prefix(valueIndex)); in parsePluralOrSelectStyle() 1208 parseDouble(valueIndex, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | OverlayDraw.comp | 130 const uint valueIndex = coordInWidget.x / valueWidth.x; 131 const uvec4 arrayItem = graphWidgetsData[graphWidget].values[valueIndex / 4]; 132 const uint col = valueIndex % 4;
|
/third_party/icu/icu4c/source/common/ |
D | messagepattern.cpp | 836 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 837 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 838 if(index==valueIndex) { in parsePluralOrSelectStyle() 843 if((index-valueIndex)>Part::MAX_LENGTH) { in parsePluralOrSelectStyle() 844 setParseError(parseError, valueIndex); // Plural offset value too long. in parsePluralOrSelectStyle() 848 parseDouble(valueIndex, index, FALSE, in parsePluralOrSelectStyle()
|
/third_party/node/deps/icu-small/source/common/ |
D | messagepattern.cpp | 836 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 837 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 838 if(index==valueIndex) { in parsePluralOrSelectStyle() 843 if((index-valueIndex)>Part::MAX_LENGTH) { in parsePluralOrSelectStyle() 844 setParseError(parseError, valueIndex); // Plural offset value too long. in parsePluralOrSelectStyle() 848 parseDouble(valueIndex, index, FALSE, in parsePluralOrSelectStyle()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | messagepattern.cpp | 836 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 837 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 838 if(index==valueIndex) { in parsePluralOrSelectStyle() 843 if((index-valueIndex)>Part::MAX_LENGTH) { in parsePluralOrSelectStyle() 844 setParseError(parseError, valueIndex); // Plural offset value too long. in parsePluralOrSelectStyle() 848 parseDouble(valueIndex, index, FALSE, in parsePluralOrSelectStyle()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | messagepattern.cpp | 836 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle() local 837 index=skipDouble(valueIndex); in parsePluralOrSelectStyle() 838 if(index==valueIndex) { in parsePluralOrSelectStyle() 843 if((index-valueIndex)>Part::MAX_LENGTH) { in parsePluralOrSelectStyle() 844 setParseError(parseError, valueIndex); // Plural offset value too long. in parsePluralOrSelectStyle() 848 parseDouble(valueIndex, index, FALSE, in parsePluralOrSelectStyle()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 544 int valueIndex = raw.lastIndexOf(0x20); in parseSetting() local 545 if(valueIndex >= 0) { in parseSetting() 546 v = raw.substring(valueIndex + 1); in parseSetting() 547 raw = raw.substring(0, valueIndex); in parseSetting()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationRuleParser.java | 548 int valueIndex = raw.lastIndexOf(0x20); in parseSetting() local 549 if(valueIndex >= 0) { in parseSetting() 550 v = raw.substring(valueIndex + 1); in parseSetting() 551 raw = raw.substring(0, valueIndex); in parseSetting()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 372 const int valueIndex = gl.glGetAttribLocation(m_program->getProgram(), "a_value"); in renderWithValue() local 387 …lue = m_loader->load(gl, (glu::isDataTypeMatrix(m_dataType)) ? (valueIndex + 1) : (valueIndex), v); in renderWithValue()
|