Home
last modified time | relevance | path

Searched defs:textureSize (Results 1 – 25 of 25) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferMAXSizeValidation.cpp203 glw::GLint textureSize = 0; in iterate() local
/external/angle/src/tests/perf_tests/
DClearPerf.cpp44 GLsizei textureSize; member
DTextureSampling.cpp46 unsigned int textureSize; member
DTexturesPerf.cpp216 size_t textureSize = static_cast<size_t>(1) << params.textureMipCount; in initTextures() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1882 const IVec2& textureSize, in TextureGather2DInstance()
1988 const IVec2& textureSize, in TextureGather2DCase()
2040 const IVec3& textureSize) in generate2DArrayCaseIterations()
2103 const IVec3& textureSize, in TextureGather2DArrayInstance()
2215 const IVec3& textureSize, in TextureGather2DArrayCase()
2329 const int textureSize, in TextureGatherCubeInstance()
2443 const int textureSize, in TextureGatherCubeCase()
2517 const IVec3& textureSize, in makeTextureGatherCase()
2661 const IVec3& textureSize = textureSizes[textureSizeNdx].size; in init() local
DvktShaderRenderTextureFunctionTests.cpp1541 static int getMaxTextureSize (TextureType type, const tcu::IVec3& textureSize) in getMaxTextureSize()
1570 static std::string getTextureSizeString (TextureType type, const tcu::IVec3& textureSize) in getTextureSizeString()
1606 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lodBase) in isValidCase()
1625 const tcu::IVec3& textureSize, in createEmptyTexture()
1763 tcu::IVec3 textureSize; member
2396 tcu::IVec3 textureSize (m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture() local
2422 tcu::IVec3 textureSize; member
2816 tcu::IVec3 textureSize (m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp466 glw::GLuint textureId, tcu::IVec2 textureSize, in getDataFromTexture()
486 tcu::IVec2 textureSize, glw::GLenum format, glw::GLenum type) in calcPixelSumValue()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp126 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize) in safe2DTexCoords()
131 static inline Vec3 safe2DArrayTexCoords (const Vec3& raw, const IVec3& textureSize) in safe2DArrayTexCoords()
136 static inline Vec3 safe3DTexCoords (const Vec3& raw, const IVec3& textureSize) in safe3DTexCoords()
278 …:PosTexCoordQuadGrid (int gridSize, const IVec2& renderSize, const TexSizeIVec& textureSize, const… in PosTexCoordQuadGrid()
321 void PosTexCoordQuadGrid<TEXTURETYPE_2D>::initializeTexCoords (const IVec2& textureSize, const TexC… in initializeTexCoords()
338 void PosTexCoordQuadGrid<TEXTURETYPE_CUBE>::initializeTexCoords (const IVec2& textureSize, const Te… in initializeTexCoords()
364 void PosTexCoordQuadGrid<TEXTURETYPE_2D_ARRAY>::initializeTexCoords (const IVec3& textureSize, cons… in initializeTexCoords()
381 void PosTexCoordQuadGrid<TEXTURETYPE_3D>::initializeTexCoords (const IVec3& textureSize, const TexC… in initializeTexCoords()
Des3fTextureUnitTests.cpp300 …lculateLodMax(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const… in calculateLodMax()
316 …lculateLodMin(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const… in calculateLodMin()
Des3fShaderTextureFunctionTests.cpp966 tcu::IVec3 textureSize; member
/external/deqp/external/openglcts/modules/common/
DglcTextureCompatibilityTests.cpp143 …ImageFormatTest (deqp::Context& context, const TestParameters testParams, glw::GLsizei textureSize) in SubImageFormatTest()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp109 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize) in safe2DTexCoords()
229 …:PosTexCoordQuadGrid (int gridSize, const IVec2& renderSize, const TexSizeIVec& textureSize, const… in PosTexCoordQuadGrid()
272 void PosTexCoordQuadGrid<TEXTURETYPE_2D>::initializeTexCoords (const IVec2& textureSize, const TexC… in initializeTexCoords()
289 void PosTexCoordQuadGrid<TEXTURETYPE_CUBE>::initializeTexCoords (const IVec2& textureSize, const Te… in initializeTexCoords()
Des2fTextureUnitTests.cpp220 static float calculateLodMax(const Vec4& derivateParts, const tcu::IVec2& textureSize, const Vec2& … in calculateLodMax()
231 static float calculateLodMin(const Vec4& derivateParts, const tcu::IVec2& textureSize, const Vec2& … in calculateLodMin()
/external/skia/tests/graphite/
DCommandBufferTest.cpp242 SkISize textureSize = { kTextureWidth, kTextureHeight }; in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1658 const IVec2& textureSize) in TextureGather2DCase()
1748 const IVec3& textureSize) in TextureGather2DArrayCase()
1880 int textureSize) in TextureGatherCubeCase()
2019 const IVec3& textureSize, in makeTextureGatherCase()
2165 const IVec3& textureSize = textureSizes[textureSizeNdx].size; in init() local
Des31fShaderImageLoadStoreTests.cpp834 const IVec3& textureSize, in readIntegerTextureViaFBOAndVerify()
891 const IVec3& textureSize, in readFloatOrNormTextureWithLookupsAndVerify()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp741 deUint32 textureSize = 0; in getSize() local
765 deUint32 textureSize = 0; in getCompressedSize() local
/external/skia/src/image/
DSkImage.cpp221 size_t SkImage::textureSize() const { return as_IB(this)->onTextureSize(); } in textureSize() function in SkImage
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp263 const int textureSize = 32; in drawTestPattern() local
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp271 const int textureSize = 32; in drawTestPattern() local
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp1793 int textureSize = 16; in iterate() local
/external/angle/src/tests/gl_tests/
DVulkanPerformanceCounterTest.cpp577 uint32_t textureSize = texDim * texDim * pixelSizeRGBA; in TEST_P() local
DImageTest.cpp4623 const size_t textureSize = 4; in TEST_P() local
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2782 constexpr const ImmutableString textureSize("textureSize"); variable
DSymbolTable_autogen.cpp3400 constexpr const ImmutableString textureSize("textureSize"); variable