Home
last modified time | relevance | path

Searched refs:valueIndex (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.inc23 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/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp204 const deUint32 valueIndex = (deUint32)(2 + scalarNdx); // Do not use 0 or 1 in populateBufferWithTestValues() local
208 reinterpret_cast<deUint32*>(buffer)[scalarNdx] = valueIndex; in populateBufferWithTestValues()
212 reinterpret_cast<deInt32*>(buffer)[scalarNdx] = -deInt32(valueIndex); in populateBufferWithTestValues()
216 reinterpret_cast<float*>(buffer)[scalarNdx] = float(valueIndex); in populateBufferWithTestValues()
220 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in populateBufferWithTestValues()
221 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in populateBufferWithTestValues()
222 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in populateBufferWithTestValues()
223 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in populateBufferWithTestValues()
DvktRobustnessBufferAccessTests.cpp1051 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() local
1055 return !deMemCmp(valuePtr, &valueIndex, (size_t)valueSize); in isExpectedValueFromInBuffer()
1059 const deInt32 value = -deInt32(valueIndex); in isExpectedValueFromInBuffer()
1064 const float value = float(valueIndex); in isExpectedValueFromInBuffer()
1069 const deUint32 r = ((valueIndex + 0) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer()
1070 const deUint32 g = ((valueIndex + 1) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer()
1071 const deUint32 b = ((valueIndex + 2) & ((2u << 10) - 1u)); in isExpectedValueFromInBuffer()
1072 const deUint32 a = ((valueIndex + 0) & ((2u << 2) - 1u)); in isExpectedValueFromInBuffer()
DvktRobustBufferAccessWithVariablePointersTests.cpp1518 const deUint32 valueIndex = deUint32(offsetInBytes / 4) + 2; in isExpectedValueFromInBuffer() local
1522 const deUint32 expectedValues[2] = { valueIndex, valueIndex + 1u }; in isExpectedValueFromInBuffer()
1527 const deInt32 value = -deInt32(valueIndex); in isExpectedValueFromInBuffer()
1534 const float value = float(valueIndex); in isExpectedValueFromInBuffer()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp178 …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/skia/third_party/externals/harfbuzz/src/
Dhb-cff2-interp-cs.hh58 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/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1074 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyDepth() local
1080 deInt32 layerIndex = valueIndex / layerSize; in verifyDepth()
1081 deInt32 inLayerIndex = valueIndex % layerSize; in verifyDepth()
1141 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyStencil() local
1144 deInt32 layerIndex = valueIndex / layerSize; in verifyStencil()
1145 deInt32 inLayerIndex = valueIndex % layerSize; in verifyStencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp193 size_t getValueSize (const size_t valueIndex) const in getValueSize()
195 return sizesBuffer[valueIndex]; in getValueSize()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java1198 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()
DMessagePatternUtil.java507 int valueIndex = start; in buildChoiceStyleNode() local
513 variant.selector = pattern.getSubstring(pattern.getPart(valueIndex + 1)); in buildChoiceStyleNode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java1269 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()
DMessagePatternUtil.java535 int valueIndex = start; in buildChoiceStyleNode() local
541 variant.selector = pattern.getSubstring(pattern.getPart(valueIndex + 1)); in buildChoiceStyleNode()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
DResourceFallbackCodeGenerator.java139 …ng, String> index, Map<String, Integer> keyIndex, Map<String, Integer> valueIndex, String variable… in writeStringToStringIndex() argument
144 …out.println(" " + keyIndex.get(key) + ", " + valueIndex.get(value) + ", // " + key + " -> " + … in writeStringToStringIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DOverlayDraw.comp130 const uint valueIndex = coordInWidget.x / valueWidth.x;
131 const uvec4 arrayItem = graphWidgetsData[graphWidget].values[valueIndex / 4];
132 const uint col = valueIndex % 4;
/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp836 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/
Dmessagepattern.cpp836 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/icu4c/source/common/
Dmessagepattern.cpp836 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/
DCollationRuleParser.java544 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/
DCollationRuleParser.java548 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/icu/tools/unicode/c/genprops/
Dpnamesbuilder.cpp356 int32_t valueIndex=valuesIndexOf(values, length, j); in buildValueMap() local
357 int32_t nameOffset= valueIndex>=0 ? nameOffsets.elementAti(valueIndex) : 0; in buildValueMap()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp372 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationruleparser.cpp509 int32_t valueIndex = raw.lastIndexOf((UChar)0x20); in parseSetting() local
510 if(valueIndex >= 0) { in parseSetting()
511 v.setTo(raw, valueIndex + 1); in parseSetting()
512 raw.truncate(valueIndex); in parseSetting()
/third_party/icu/icu4c/source/i18n/
Dcollationruleparser.cpp509 int32_t valueIndex = raw.lastIndexOf((UChar)0x20); in parseSetting() local
510 if(valueIndex >= 0) { in parseSetting()
511 v.setTo(raw, valueIndex + 1); in parseSetting()
512 raw.truncate(valueIndex); in parseSetting()
/third_party/node/deps/icu-small/source/i18n/
Dcollationruleparser.cpp509 int32_t valueIndex = raw.lastIndexOf((char16_t)0x20); in parseSetting() local
510 if(valueIndex >= 0) { in parseSetting()
511 v.setTo(raw, valueIndex + 1); in parseSetting()
512 raw.truncate(valueIndex); in parseSetting()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp449 const int valueIndex = gl.glGetAttribLocation(m_program->getProgram(), "a_value"); in renderWithValue() local
464 …lue = m_loader->load(gl, (glu::isDataTypeMatrix(m_dataType)) ? (valueIndex + 1) : (valueIndex), v); in renderWithValue()

12