/external/deqp/framework/common/ |
tcuTextureUtil.cpp | 256 return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), 282 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), 323 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); 337 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); [all...] |
tcuAstcUtil.cpp | [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 554 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(tcuFormat);
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeShaderBuiltinVarTests.cpp | 67 using tcu::IVec3;
|
/external/deqp/modules/gles3/functional/ |
es3fASTCDecompressionCases.cpp | 65 using tcu::IVec3;
|
es3fNegativeTextureApiTests.cpp | 49 using tcu::IVec3; 510 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fComputeShaderBuiltinVarTests.cpp | 52 using tcu::IVec3;
|
es31fGeometryShaderTests.cpp | [all...] |
es31fStencilTexturingTests.cpp | 724 lookupPrec.coordBits = tcu::IVec3(22, 22, 22); 725 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0); [all...] |
es31fTessellationGeometryInteractionTests.cpp | 318 tcu::IVec3(1, 1, 0), 631 tcu::IVec3(1, 1, 0), //!< 3x3 search kernel [all...] |
es31fFboTestUtil.cpp | 52 using tcu::IVec3;
|
/external/deqp/modules/internal/ |
ditTextureFormatTests.cpp | 55 using tcu::IVec3; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktOpaqueTypeIndexingTests.cpp | 539 m_uniformSetup->addData(new SamplerUniformData(bindingLocation++, (deUint32)numSamplers, refSampler, texFormat, tcu::IVec3(1, 1, 1), imageType, imageViewType, &texData[0])); 583 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0)); [all...] |
vktShaderExecutor.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | [all...] |
glsTextureTestUtil.cpp | 314 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq) 810 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth()); [all...] |
glsStateQueryUtil.cpp | 1430 void verifyIntegerVec3 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec3& expected) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineDepthTests.cpp | [all...] |
vktPipelineStencilTests.cpp | [all...] |
vktPipelineImageUtil.cpp | 622 tcu::IVec3 blockPixelSize = getBlockPixelSize(level.getFormat()); [all...] |
vktPipelineInputAssemblyTests.cpp | [all...] |
vktPipelinePushConstantTests.cpp | [all...] |
/external/deqp/modules/egl/ |
teglBufferAgeTests.cpp | 715 tcu::UVec4(8, 8, 8, 0), tcu::IVec3(2,2,0), true, tcu::COMPARE_LOG_RESULT);
|
teglPartialUpdateTests.cpp | 650 tcu::UVec4(8, 8, 8, 0), tcu::IVec3(2,2,0), true, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles2/functional/ |
es2fShaderTextureFunctionTests.cpp | 182 using tcu::IVec3;
|