/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1094 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange() argument 1099 resolved.levelCount = testTexture.getNumLevels()-subresource.baseMipLevel; in resolveSubresourceRange() 1102 resolved.layerCount = testTexture.getArraySize()-subresource.baseArrayLayer; in resolveSubresourceRange() 1107 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView() argument 1115 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() 1123 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView() argument 1125 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView() 1126 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView() 1144 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView() argument 1146 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DView() [all …]
|
D | vktPipelineImageUtil.hpp | 99 const TestTexture& testTexture,
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureStateQueryTests.cpp | 208 virtual void testTexture (void) = DE_NULL; 217 testTexture(); in test() 237 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureWrapCase 277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureMagFilterCase 314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureMinFilterCase
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 453 id<MTLTexture> testTexture = [fDevice newTextureWithDescriptor: desc]; 475 SkASSERT(testTexture.pixelFormat == transferTexture.pixelFormat); 476 SkASSERT(testTexture.sampleCount == transferTexture.sampleCount); 482 for (int mipLevel = 0; mipLevel < (int)testTexture.mipmapLevelCount; mipLevel++) { 493 toTexture: testTexture 504 info->fTexture = GrReleaseId(testTexture);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 513 id<MTLTexture> testTexture = [fDevice newTextureWithDescriptor: desc]; 535 SkASSERT(testTexture.pixelFormat == transferTexture.pixelFormat); 536 SkASSERT(testTexture.sampleCount == transferTexture.sampleCount); 542 for (int mipLevel = 0; mipLevel < (int)testTexture.mipmapLevelCount; mipLevel++) { 553 toTexture: testTexture 564 info->fTexture = GrReleaseId(testTexture);
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 1238 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad() local 1239 …const VkFormat textureFormat = testTexture.isCompressed() ? mapCompressedTextureFormat(testTe… in renderQuad() 1240 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 669 …void testTexture(const formatDefinition& format, bool mutability, const resolutionDefinition& reso…
|
D | esextcTextureCubeMapArraySampling.cpp | 3653 testTexture(*format, *mutability, *resolution, texture, program_collection); 3668 void TextureCubeMapArraySamplingTest::testTexture(const formatDefinition& format, bool mutability, function in glcts::TextureCubeMapArraySamplingTest
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1270 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(), in TextureDerivateCaseInstance() local 1276 m_textures.push_back(testTexture); in TextureDerivateCaseInstance()
|
/external/deqp-deps/glslang/Test/ |
D | spv.float16Fetch.frag | 93 f16vec4 testTexture() 1216 result += testTexture();
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.float16Fetch.frag.out | 41 Name 9 "testTexture(" 537 5754: 7(f16vec4) FunctionCall 9(testTexture() 748 9(testTexture(): 7(f16vec4) Function None 8
|