Searched refs:testTexture (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/mtl/
H A DGrMtlGpu.mm35 id<MTLTexture> testTexture = [fDevice newTextureWithDescriptor:txDesc];
37 int width = [testTexture width];
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1178 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource) argument
1183 resolved.levelCount = testTexture.getNumLevels()-subresource.baseMipLevel;
1186 resolved.layerCount = testTexture.getArraySize()-subresource.baseArrayLayer;
1191 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1199 const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+levelNdx, subresource.baseArrayLayer);
1207 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1209 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture);
1210 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture);
1228 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1230 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture);
1250 getTexture2DArrayView(const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1271 getTextureCubeView(const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1313 getTextureCubeArrayView(const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
1332 getTexture3DView(const TestTexture& testTexture, const vk::VkImageSubresourceRange& subresource, std::vector<tcu::ConstPixelBufferAccess>& levels) argument
[all...]
H A DvktPipelineImageUtil.hpp93 const TestTexture& testTexture,
/external/deqp/modules/gles2/functional/
H A Des2fTextureStateQueryTests.cpp208 virtual void testTexture (void) = DE_NULL;
217 testTexture();
237 void testTexture (void) function in class:deqp::gles2::Functional::__anon4439::TextureWrapCase
277 void testTexture (void) function in class:deqp::gles2::Functional::__anon4439::TextureMagFilterCase
314 void testTexture (void) function in class:deqp::gles2::Functional::__anon4439::TextureMinFilterCase
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1238 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(),
1244 m_textures.push_back(testTexture);

Completed in 484 milliseconds