/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 124 tcu::IVec3 offset; 153 const tcu::IVec3& offset_) in TextureLookupSpec() 221 tcu::IVec3 offset; 240 using tcu::IVec3; 290 … (const gls::ShaderEvalContext& c, float s, float t, float r, float lod, IVec3 offset) { return c… in texture3DOffset() 966 tcu::IVec3 textureSize; 969 tcu::IVec3 expectedSize; 1013 { tcu::IVec3(1, 2, 1), 1, 0, tcu::IVec3(1, 1, 1) }, in iterate() 1014 { tcu::IVec3(1, 2, 1), 0, 0, tcu::IVec3(1, 2, 1) }, in iterate() 1016 { tcu::IVec3(1, 3, 2), 0, 0, tcu::IVec3(1, 3, 2) }, in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 48 using tcu::IVec3; 132 tcu::IVec3 offset; 167 const tcu::IVec3& offset_, in TextureLookupSpec() 243 tcu::IVec3 offset; 427 …fset (const ShaderEvalContext& c, float s, float t, float r, float lod, IVec3 offset) { return c… in texture3DOffset() 1536 static int getMaxTextureSize (TextureType type, const tcu::IVec3& textureSize) in getMaxTextureSize() 1565 static std::string getTextureSizeString (TextureType type, const tcu::IVec3& textureSize) in getTextureSizeString() 1601 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lod, int lodBase) in isValidCase() 1620 const tcu::IVec3& textureSize, in createEmptyTexture() 1758 tcu::IVec3 textureSize; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 63 using tcu::IVec3; 77 IVec3 renderSize; 78 IVec3 attachmentSize; 195 const IVec3 renderSize, in makeGraphicsPipeline() 273 const IVec3& size, in makeImage() 793 const IVec3 renderSize (32, 32, 1); in testNoAtt() 808 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt() 915 …makeExtent3D(IVec3(imageWidth, imageHeight, imageDepth)), // VkExtent3D imageEx… in testNoAtt() 1044 const IVec3 attachmentSizes[] = in testDifferentAttachmentSizes() 1047 caseDef.attachmentSize + IVec3(10, caseDef.attachmentSize.y() == 1 ? 0 : 15, 0), in testDifferentAttachmentSizes() [all …]
|
D | vktPipelineImageTests.cpp | 60 const tcu::IVec3& imageSize, 81 tcu::IVec3 m_imageSize; 93 const tcu::IVec3& imageSize, in ImageTest() 384 std::string getSizeName (VkImageViewType viewType, const tcu::IVec3& size, int arraySize) in getSizeName() 416 using tcu::IVec3; in createImageSizeTests() 418 std::vector<IVec3> imageSizes; in createImageSizeTests() 430 imageSizes.push_back(IVec3(1, 1, 1)); in createImageSizeTests() 431 imageSizes.push_back(IVec3(2, 1, 1)); in createImageSizeTests() 432 imageSizes.push_back(IVec3(32, 1, 1)); in createImageSizeTests() 433 imageSizes.push_back(IVec3(128, 1, 1)); in createImageSizeTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 116 const tcu::IVec3& localSize, 117 const tcu::IVec3& workSize); 123 const tcu::IVec3 m_localSize; 124 const tcu::IVec3 m_workSize; 131 const tcu::IVec3& localSize, 132 const tcu::IVec3& workSize); 137 const tcu::IVec3 m_localSize; 138 const tcu::IVec3 m_workSize; 144 const tcu::IVec3& localSize, in SharedVarTest() 145 const tcu::IVec3& workSize) in SharedVarTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.hpp | 115 tcu::IVec3 size; 144 const tcu::IVec3& baseTexelHi, 145 const tcu::IVec3& baseTexelLo, 146 const tcu::IVec3& texelGridOffsetHi, 147 const tcu::IVec3& texelGridOffsetLo, 157 const tcu::IVec3& gridCoordHi, 158 const tcu::IVec3& gridCoordLo, 183 bool coordOutOfRange (const tcu::IVec3& coord, 187 void fetchTexel (const tcu::IVec3& coordIn, 194 void fetchTexelWrapped (const tcu::IVec3& coord, [all …]
|
D | vktSampleVerifier.cpp | 86 bool SampleVerifier::coordOutOfRange (const IVec3& coord, int compNdx, int level) const in coordOutOfRange() 93 void SampleVerifier::fetchTexelWrapped (const IVec3& coord, in fetchTexelWrapped() 128 void SampleVerifier::fetchTexel (const IVec3& coordIn, in fetchTexel() 135 IVec3 coord = coordIn; in fetchTexel() 290 void SampleVerifier::getFilteredSample1D (const IVec3& texelBase, in getFilteredSample1D() 302 …fetchTexel(texelBase + IVec3(i, 0, 0), layer, level, VK_FILTER_LINEAR, texelsMin[i], texelsMax[i]); in getFilteredSample1D() 332 void SampleVerifier::getFilteredSample2D (const IVec3& texelBase, in getFilteredSample2D() 346 …fetchTexel(texelBase + IVec3(i, j, 0), layer, level, VK_FILTER_LINEAR, texelsMin[2 * j + i], texel… in getFilteredSample2D() 381 void SampleVerifier::getFilteredSample3D (const IVec3& texelBase, in getFilteredSample3D() 397 …fetchTexel(texelBase + IVec3(i, j, k), layer, level, VK_FILTER_LINEAR, texelsMin[4 * k + 2 * j + i… in getFilteredSample3D() [all …]
|
D | vktSampleVerifierUtil.hpp | 49 const tcu::IVec3 size, 59 void wrapTexelGridCoordLinear (tcu::IVec3& baseTexel, 60 tcu::IVec3& texelGridOffset, 63 void calcTexelBaseOffset (const tcu::IVec3& gridCoord, 65 tcu::IVec3& baseTexel, 66 tcu::IVec3& texelGridOffset); 70 tcu::IVec3& gridCoordMin, 71 tcu::IVec3& gridCoordMax); 73 const tcu::IVec3& levelSize,
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 121 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor… in UBOToSSBOInvertCase() 236 const tcu::IVec3 m_localSize; 237 const tcu::IVec3 m_workSize; 243 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor… in CopyInvertSSBOCase() 359 const tcu::IVec3 m_localSize; 360 const tcu::IVec3 m_workSize; 366 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in InvertSSBOInPlaceCase() 463 const tcu::IVec3 m_localSize; 464 const tcu::IVec3 m_workSize; 470 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in WriteToMultipleSSBOCase() [all …]
|
D | es31fCopyImageTests.cpp | 67 using tcu::IVec3; 348 ImageInfo (deUint32 format, deUint32 target, const IVec3& size); 352 const IVec3& getSize (void) const { return m_size; } in getSize() 357 IVec3 m_size; 360 ImageInfo::ImageInfo (deUint32 format, deUint32 target, const IVec3& size) in ImageInfo() 387 const IVec3 size = info.getSize(); in getLevelCount() 405 IVec3 getLevelSize (deUint32 target, const IVec3& baseSize, int level) in getLevelSize() 407 IVec3 size; in getLevelSize() 464 IVec3 m_levelSize; 555 …computeQuadTexCoord3D(texCoord, tcu::Vec3(0.0f, 0.0f, r), tcu::Vec3(1.0f, 1.0f, r), tcu::IVec3(0, … in computeQuadTexCoords() [all …]
|
D | es31fShaderTextureSizeTests.cpp | 92 void createTexture (const tcu::IVec3& size); 94 void runShader (tcu::Surface& dst, const tcu::IVec3& size); 104 std::vector<tcu::IVec3> m_iterations; 143 static const tcu::IVec3 testSizes3D[] = in init() 145 tcu::IVec3(1, 1, 1), in init() 146 tcu::IVec3(1, 4, 7), in init() 147 tcu::IVec3(4, 8, 12), in init() 148 tcu::IVec3(21, 11, 9), in init() 149 tcu::IVec3(107, 254, 2), in init() 150 tcu::IVec3(-1, 3, 3), in init() [all …]
|
D | es31fShaderImageLoadStoreTests.cpp | 62 using tcu::IVec3; 89 static inline IVec3 defaultImageSize (TextureType type) in defaultImageSize() 93 case TEXTURETYPE_BUFFER: return IVec3(64, 1, 1); in defaultImageSize() 94 case TEXTURETYPE_2D: return IVec3(64, 64, 1); in defaultImageSize() 95 case TEXTURETYPE_CUBE: return IVec3(64, 64, 1); in defaultImageSize() 96 case TEXTURETYPE_3D: return IVec3(64, 64, 8); in defaultImageSize() 97 case TEXTURETYPE_2D_ARRAY: return IVec3(64, 64, 8); in defaultImageSize() 100 return IVec3(-1); in defaultImageSize() 577 const IVec3& getSize (void) const { return m_size; } in getSize() 607 const IVec3 m_size; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 56 Texture getTexture (const ImageType imageType, const tcu::IVec3& size) in getTexture() 62 return Texture(imageType, tcu::IVec3(size.x(), 1, 1), 1); in getTexture() 65 return Texture(imageType, tcu::IVec3(size.x(), 1, 1), size.y()); in getTexture() 68 return Texture(imageType, tcu::IVec3(size.x(), size.y(), 1), 1); in getTexture() 71 return Texture(imageType, tcu::IVec3(size.x(), size.y(), 1), size.z()); in getTexture() 74 return Texture(imageType, tcu::IVec3(size.x(), size.x(), 1), 6); in getTexture() 77 return Texture(imageType, tcu::IVec3(size.x(), size.x(), 1), 2*6); in getTexture() 84 return Texture(IMAGE_TYPE_LAST, tcu::IVec3(), 0); in getTexture() 112 inline tcu::IVec3 readIVec3 (const void* const data) in readIVec3() 115 return tcu::IVec3(p[0], p[1], p[2]); in readIVec3() [all …]
|
D | vktImageTexture.hpp | 38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in… 42 tcu::IVec3 layerSize (void) const { return m_layerSize; } //!< Size of a single layer in layerSize() 46 …tcu::IVec3 size (void) const; //!< Size including number of layers in additional dimension (e.… 53 const tcu::IVec3 m_layerSize;
|
D | vktImageTexture.cpp | 84 Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, co… in Texture() 102 tcu::IVec3 Texture::size (void) const in size() 113 return tcu::IVec3(m_layerSize.x(), m_numLayers, 1); in size() 118 return tcu::IVec3(m_layerSize.x(), m_layerSize.y(), m_numLayers); in size() 122 return tcu::IVec3(); in size()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 136 const tcu::IVec3& size, 137 const tcu::IVec3& bitPitch, 141 const tcu::IVec3& getSize (void) const { return m_size; } in getSize() 142 const tcu::IVec3& getBitPitch (void) const { return m_bitPitch; } in getBitPitch() 146 const tcu::IVec3& pos) const; 147 deUint32 getChannelUint (const tcu::IVec3& pos) const; 148 float getChannel (const tcu::IVec3& pos) const; 149 void setChannel (const tcu::IVec3& pos, 151 void setChannel (const tcu::IVec3& pos, 157 const tcu::IVec3 m_size; [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcLimitTest.inl | 228 std::string LimitCase<tcu::IVec3>::getGLSLDataType() const 240 bool LimitCase<tcu::IVec3>::isEqual(tcu::IVec3 a, tcu::IVec3 b) const 253 bool LimitCase<tcu::IVec3>::isGreater(tcu::IVec3 a, tcu::IVec3 b) const 266 bool LimitCase<tcu::IVec3>::isSmaller(tcu::IVec3 a, tcu::IVec3 b) const 315 tcu::IVec3 LimitCase<tcu::IVec3>::getLimitValue(const Functions& gl) const 317 tcu::IVec3 value(-1);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.hpp | 87 tcu::IVec3 m_size; 109 …virtual void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw:… 127 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 142 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 157 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 172 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 187 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 202 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
|
D | gl4cLimitsTests.cpp | 229 static const Limit<tcu::IVec3> ivec3Limits[] = in init() 231 …{ "max_compute_work_group_count", GL_MAX_COMPUTE_WORK_GROUP_COUNT, tcu::IVec3(65535,65535,65… in init() 232 …{ "max_compute_work_group_size", GL_MAX_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(1024, 1024, 64),… in init() 261 const Limit<tcu::IVec3>& limit = ivec3Limits[idx]; in init() 262 …addChild(new glcts::LimitCase<tcu::IVec3>(m_context, limit.name, limit.token, limit.boundry, limit… in init()
|
/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess() 46 …tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.g… in toSinglesampleAccess() 55 tcu::IVec3(1, original.getWidth(), original.getHeight()), in fromSinglesampleAccess() 56 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess() 85 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess() 86 …tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.g… in toSinglesampleAccess() 95 tcu::IVec3(1, original.getWidth(), original.getHeight()), in fromSinglesampleAccess() 96 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmWorkgroupMemoryTests.cpp | 39 using tcu::IVec3; 291 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 318 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 349 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 381 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 407 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 437 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 469 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 504 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() 534 spec.numWorkGroups = IVec3(1, 1, 1); in addComputeWorkgroupMemoryTests() [all …]
|
D | vktSpvAsmPointerParameterTests.cpp | 38 using tcu::IVec3; 138 spec.numWorkGroups = IVec3(numFloats, 1, 1); in addComputePointerParamToParamTest() 254 spec.numWorkGroups = IVec3(numFloats, 1, 1); in addComputePointerParamToGlobalTest() 385 spec.numWorkGroups = IVec3(16, 1, 1); in addComputePointerBufferMemoryTest() 514 spec.numWorkGroups = IVec3(16, 1, 1); in addComputePointerBufferMemoryVariablePointersTest() 685 spec.numWorkGroups = IVec3(1, 1, 1); in addComputePointerWorkgroupMemoryVariablePointersTest()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 322 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size); 342 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data); 344 …ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const… 347 const IVec3& getSize (void) const { return m_size; } in getSize() 354 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() 374 … (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, const IVec3& offset) const; 375 …ampler& sampler, Sampler::FilterMode filter, float s, float t, float r, const IVec3& offset) const; 378 …pler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const; 382 IVec3 m_size; 383 IVec3 m_pitch; //!< (pixelPitch, rowPitch, slicePitch) [all …]
|
D | tcuCompressedTexture.cpp | 96 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize() 100 return IVec3(4, 4, 1); in getBlockPixelSize() 106 case COMPRESSEDTEXFORMAT_ASTC_4x4_RGBA: return IVec3(4, 4, 1); in getBlockPixelSize() 107 case COMPRESSEDTEXFORMAT_ASTC_5x4_RGBA: return IVec3(5, 4, 1); in getBlockPixelSize() 108 case COMPRESSEDTEXFORMAT_ASTC_5x5_RGBA: return IVec3(5, 5, 1); in getBlockPixelSize() 109 case COMPRESSEDTEXFORMAT_ASTC_6x5_RGBA: return IVec3(6, 5, 1); in getBlockPixelSize() 110 case COMPRESSEDTEXFORMAT_ASTC_6x6_RGBA: return IVec3(6, 6, 1); in getBlockPixelSize() 111 case COMPRESSEDTEXFORMAT_ASTC_8x5_RGBA: return IVec3(8, 5, 1); in getBlockPixelSize() 112 case COMPRESSEDTEXFORMAT_ASTC_8x6_RGBA: return IVec3(8, 6, 1); in getBlockPixelSize() 113 case COMPRESSEDTEXFORMAT_ASTC_8x8_RGBA: return IVec3(8, 8, 1); in getBlockPixelSize() [all …]
|
/external/deqp/modules/internal/ |
D | ditSeedBuilderTests.cpp | 31 using tcu::IVec3; 161 …addChild(new SeedBuilderTest<IVec3>(m_testCtx, IVec3(0), 22277704u, "ivec3_zero", "Seed from zero … in init() 165 …addChild(new SeedBuilderTest<IVec3>(m_testCtx, IVec3(1), 134047100u, "ivec3_one", "Seed from one v… in init()
|