/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1495 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1496 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() 1502 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1503 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() 1509 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1510 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() 1516 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() 1517 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform() 1518 result.setColumn(2, matrix.getColumn(2).toWidth<4>()); in addMatrixUniform() 1524 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform() [all …]
|
D | vktShaderRenderIndexingTests.cpp | 186 arr[0] = constCoords.swizzle(0, 1).toWidth<4>(); in setup() 187 arr[1] = (constCoords.swizzle(0, 1) * 0.5f).toWidth<4>(); in setup() 188 arr[2] = (constCoords.swizzle(0, 1) * 0.25f).toWidth<4>(); in setup() 189 arr[3] = (constCoords.swizzle(0, 1) * 0.125f).toWidth<4>(); in setup() 193 arr[0] = constCoords.swizzle(0, 1, 2).toWidth<4>(); in setup() 194 arr[1] = (constCoords.swizzle(0, 1, 2) * 0.5f).toWidth<4>(); in setup() 195 arr[2] = (constCoords.swizzle(0, 1, 2) * 0.25f).toWidth<4>(); in setup() 196 arr[3] = (constCoords.swizzle(0, 1, 2) * 0.125f).toWidth<4>(); in setup()
|
D | vktShaderRenderDerivateTests.cpp | 326 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<() 327 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
|
D | vktShaderRenderTextureFunctionTests.cpp | 1995 resultSizeStr << output.toWidth<2>(); in testTextureSize() 1998 resultSizeStr << output.toWidth<3>(); in testTextureSize()
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 554 …case 1: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<1>())); brea… in iterate() 555 …case 2: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<2>())); brea… in iterate() 556 …case 3: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<3>())); brea… in iterate() 557 …case 4: setVertex(layoutEntry.pointer, vtxNdx, interpolateRange(valueRange, f.toWidth<4>())); brea… in iterate()
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 169 Vector<T, NewSize> toWidth (void) const; 251 inline Vector<T, NewSize> Vector<T, Size>::toWidth (void) const in toWidth() function in tcu::Vector
|
D | tcuTexLookupVerifier.cpp | 2102 const Vec3 layerCoord = coord.toWidth<3>(); in isLookupResultValid()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2105 LdStCode:$Sign, i32imm:$toWidth, imem:$addr), 2106 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2111 LdStCode:$Vec, LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr), 2112 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2117 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr), 2118 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2123 LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr, i32imm:$offset), 2124 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2129 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr, i32imm:$offset), 2130 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2313 LdStCode:$Sign, i32imm:$toWidth, imem:$addr), 2314 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2319 LdStCode:$Vec, LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr), 2320 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2325 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr), 2326 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2331 LdStCode:$Sign, i32imm:$toWidth, Int32Regs:$addr, i32imm:$offset), 2332 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2337 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr, i32imm:$offset), 2338 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 390 lookupPrecision.coordBits = coordBits.toWidth<3>(); in iterate()
|
D | es31fCopyImageTests.cpp | 457 …IVec2 getSize (void) const { return m_levelSize.toWidth<2>(); } // Assume that image si… in getSize() 1207 const IVec2 cellOrigin = cell.origin - boundingBox.toWidth<2>(); in renderTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 388 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<() 389 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 1214 data.coord = texCoords[ndx].toWidth<4>(); in conversionTest() 1221 colorData.coord = posCoords[ndx].toWidth<4>(); in conversionTest()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 5249 packetTexcoords[0].toWidth<3>(), in sample4() 5250 packetTexcoords[1].toWidth<3>(), in sample4() 5251 packetTexcoords[2].toWidth<3>(), in sample4() 5252 packetTexcoords[3].toWidth<3>() in sample4()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 2272 …tcu::Vec2 lodBounds = tcu::computeCubeLodBoundsFromDerivates(coord.toWidth<3>(), coordDx, coordDy… in computeTextureLookupDiff()
|