OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTexture
(Results
1 - 6
of
6
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
42
class
TestTexture
;
99
const
TestTexture
&
testTexture
,
119
const
TestTexture
& srcTexture,
122
class
TestTexture
125
TestTexture
(const tcu::TextureFormat& format, int width, int height, int depth);
126
TestTexture
(const tcu::CompressedTexFormat& format, int width, int height, int depth);
127
virtual ~
TestTexture
(void);
144
virtual de::MovePtr<
TestTexture
> copy (const tcu::TextureFormat) const = 0;
155
void copyToTexture (
TestTexture
&) const
[
all
...]
vktPipelineImageUtil.cpp
254
const
TestTexture
& srcTexture,
255
const
TestTexture
* srcStencilTexture,
342
const
TestTexture
& srcTexture,
343
const
TestTexture
* srcStencilTexture,
420
const
TestTexture
& srcTexture,
425
de::MovePtr<
TestTexture
> srcDepthTexture;
426
de::MovePtr<
TestTexture
> srcStencilTexture;
468
const
TestTexture
& srcTexture,
473
de::MovePtr<
TestTexture
> srcDepthTexture;
474
de::MovePtr<
TestTexture
> srcStencilTexture
[
all
...]
vktPipelineImageSamplingInstance.cpp
133
static MovePtr<
TestTexture
> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount)
135
MovePtr<
TestTexture
> texture;
142
texture = MovePtr<
TestTexture
>(new TestTexture1D(format, size.x()));
144
texture = MovePtr<
TestTexture
>(new TestTexture1DArray(format, size.x(), layerCount));
151
texture = MovePtr<
TestTexture
>(new TestTexture2D(format, size.x(), size.y()));
159
texture = MovePtr<
TestTexture
>(new TestTextureCube(format, size.x()));
165
texture = MovePtr<
TestTexture
>(new TestTextureCubeArray(format, size.x(), layerCount));
170
texture = MovePtr<
TestTexture
>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));
177
texture = MovePtr<
TestTexture
>(new TestTexture3D(format, size.x(), size.y(), size.z()));
[
all
...]
vktPipelineImageSamplingInstance.hpp
99
de::MovePtr<
TestTexture
> m_texture;
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
119
typedef de::SharedPtr<pipeline::
TestTexture
> TestTextureSp;
152
const pipeline::
TestTexture
& getTestTexture (void) { return *m_textureData; }
vktTextureTestUtil.cpp
[
all
...]
Completed in 123 milliseconds