Home
last modified time | relevance | path

Searched refs:toWidth (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1495 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 …]
DvktShaderRenderIndexingTests.cpp186 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()
DvktShaderRenderDerivateTests.cpp326 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 <<()
DvktShaderRenderTextureFunctionTests.cpp1995 resultSizeStr << output.toWidth<2>(); in testTextureSize()
1998 resultSizeStr << output.toWidth<3>(); in testTextureSize()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp554 …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/
DtcuVector.hpp169 Vector<T, NewSize> toWidth (void) const;
251 inline Vector<T, NewSize> Vector<T, Size>::toWidth (void) const in toWidth() function in tcu::Vector
DtcuTexLookupVerifier.cpp2102 const Vec3 layerCoord = coord.toWidth<3>(); in isLookupResultValid()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2105 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/
DNVPTXInstrInfo.td2313 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/
Des31fTextureFilteringTests.cpp390 lookupPrecision.coordBits = coordBits.toWidth<3>(); in iterate()
Des31fCopyImageTests.cpp457 …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/
Des3fShaderDerivateTests.cpp388 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/
DvktProtectedMemYCbCrConversionTests.cpp1214 data.coord = texCoords[ndx].toWidth<4>(); in conversionTest()
1221 colorData.coord = posCoords[ndx].toWidth<4>(); in conversionTest()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5249 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/
DgluTextureTestUtil.cpp2272 …tcu::Vec2 lodBounds = tcu::computeCubeLodBoundsFromDerivates(coord.toWidth<3>(), coordDx, coordDy… in computeTextureLookupDiff()