Home
last modified time | relevance | path

Searched refs:partNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp557 for (int partNdx = 0; partNdx < numPartitions; partNdx++) in decodeColorEndpointModes() local
559 const deUint32 cemClass = highLevelSelector - (blockData.isBitSet(25 + partNdx) ? 0 : 1); in decodeColorEndpointModes()
560 const deUint32 lowBit0Ndx = numPartitions + 2*partNdx; in decodeColorEndpointModes()
561 const deUint32 lowBit1Ndx = numPartitions + 2*partNdx + 1; in decodeColorEndpointModes()
565 endpointModesDst[partNdx] = (cemClass << 2) | (lowBit1 << 1) | lowBit0; in decodeColorEndpointModes()
2046 for (int partNdx = 0; partNdx < numPartitions; partNdx++) in writeColorEndpointModes() local
2048 const deUint32 c = colorEndpointModes[partNdx] / 4 == highLevelSelector ? 1 : 0; in writeColorEndpointModes()
2049 const deUint32 m = colorEndpointModes[partNdx] % 4; in writeColorEndpointModes()
2050 const deUint32 lowMBit0Ndx = numPartitions + 2*partNdx; in writeColorEndpointModes()
2051 const deUint32 lowMBit1Ndx = numPartitions + 2*partNdx + 1; in writeColorEndpointModes()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp65 for (size_t partNdx = 0; partNdx < DE_LENGTH_OF_ARRAY(bytesPerPart); ++partNdx) in uuidToHex() local
67 const size_t bytesInPart = bytesPerPart[partNdx]; in uuidToHex()
84 if (partNdx + 1 != DE_LENGTH_OF_ARRAY(bytesPerPart)) in uuidToHex()