/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1211 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange() argument 1216 resolved.levelCount = testTexture.getNumLevels()-subresource.baseMipLevel; in resolveSubresourceRange() 1219 resolved.layerCount = testTexture.getArraySize()-subresource.baseArrayLayer; in resolveSubresourceRange() 1224 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView() argument 1232 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() 1240 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView() argument 1242 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView() 1243 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView() 1261 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView() argument 1263 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DView() [all …]
|
D | vktPipelineImageUtil.hpp | 139 const TestTexture& testTexture,
|
/third_party/vk-gl-cts/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::__anon3583089d0111::TextureWrapCase 277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon3583089d0111::TextureMagFilterCase 314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon3583089d0111::TextureMinFilterCase
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 1312 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad() local 1313 …const VkFormat textureFormat = testTexture.isCompressed() ? mapCompressedTextureFormat(testTe… in renderQuad() 1314 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 695 id<MTLTexture> testTexture = [fDevice newTextureWithDescriptor: desc]; 771 toTexture: testTexture 788 info->fTexture.reset(GrRetainPtrFromId(testTexture));
|
/third_party/vk-gl-cts/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 | 3647 testTexture(*format, *mutability, *resolution, texture, program_collection); 3662 void TextureCubeMapArraySamplingTest::testTexture(const formatDefinition& format, bool mutability, function in glcts::TextureCubeMapArraySamplingTest
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 900 id<MTLTexture> testTexture = [fDevice newTextureWithDescriptor: desc]; 902 testTexture.label = @"testTexture"; 904 info->fTexture.reset(GrRetainPtrFromId(testTexture));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1273 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(), in TextureDerivateCaseInstance() local 1279 m_textures.push_back(testTexture); in TextureDerivateCaseInstance()
|
/third_party/glslang/Test/ |
D | spv.float16Fetch.frag | 93 f16vec4 testTexture() 1216 result += testTexture();
|
/third_party/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
|