OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTexture3D
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
248
class
TestTexture3D
: public TestTexture
254
TestTexture3D
(const tcu::TextureFormat& format, int width, int height, int depth);
255
TestTexture3D
(const tcu::CompressedTexFormat& format, int width, int height, int depth);
256
virtual ~
TestTexture3D
(void);
vktPipelineImageUtil.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
177
texture = MovePtr<TestTexture>(new
TestTexture3D
(format, size.x(), size.y(), size.z()));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
123
typedef de::SharedPtr<pipeline::
TestTexture3D
> TestTexture3DSp;
204
const pipeline::
TestTexture3D
& get3DTexture (int textureIndex) const;
vktTextureTestUtil.cpp
[
all
...]
vktTextureFilteringTests.cpp
755
m_textures.push_back(TestTexture3DSp(new pipeline::
TestTexture3D
(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)));
798
const pipeline::
TestTexture3D
& texture = m_renderer.get3DTexture(m_cases[m_caseNdx].textureIndex);
[
all
...]
vktTextureMipmapTests.cpp
680
m_texture = TestTexture3DSp(new pipeline::
TestTexture3D
(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth));
[
all
...]
Completed in 77 milliseconds