Home
last modified time | relevance | path

Searched defs:TextureSpec (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/experimental/graphite/include/private/
DMtlTypesPriv.h43 struct TextureSpec { struct
44 TextureSpec() in TextureSpec() function
49 TextureSpec(const TextureInfo& info) in TextureSpec() argument
68 TextureInfo TextureSpecToTextureInfo(const TextureSpec& mtlSpec, argument
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp132 struct TextureSpec struct
134 glu::TextureTestUtil::TextureType textureType;
135 deUint32 textureUnit;
136 int width;
137 int height;
138 deUint32 format;
139 deUint32 dataType;
140 deUint32 internalFormat;
141 bool useMipmap;
142 deUint32 minFilter;
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp30 struct TextureSpec { struct
31 uint32_t x;
32 uint32_t y;
33 uint32_t z;
34 uint32_t width;
35 uint32_t height;
36 uint32_t depthOrArrayLayers;
37 uint32_t texelBlockSizeInBytes;
38 uint32_t blockWidth = 1;
39 uint32_t blockHeight = 1;
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp28 struct TextureSpec { struct
29 uint32_t x;
30 uint32_t y;
31 uint32_t z;
32 uint32_t width;
33 uint32_t height;
34 uint32_t depth;
35 uint32_t texelBlockSizeInBytes;
36 uint32_t blockWidth = 1;
37 uint32_t blockHeight = 1;
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp124 struct TextureSpec struct
126 TextureType type; //!< Texture type (2D, cubemap, ...)
127 deUint32 format;
128 deUint32 dataType;
129 int width;
130 int height;
131 int numLevels;
132 tcu::Sampler sampler;
134 TextureSpec (void) in TextureSpec() function
144 TextureSpec (TextureType type_, in TextureSpec() argument
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp26 struct TextureSpec { struct in CopyTests
27 uint32_t width;
28 uint32_t height;
29 uint32_t x;
30 uint32_t y;
31 uint32_t copyWidth;
32 uint32_t copyHeight;
33 uint32_t level;
34 uint32_t arraySize = 1u;
259 struct TextureSpec { struct in CopyTests_T2T
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp148 struct TextureSpec struct
150 TextureType type; //!< Texture type (2D, cubemap, ...)
151 deUint32 format; //!< Internal format.
152 int width;
153 int height;
154 int depth;
155 int numLevels;
156 tcu::Sampler sampler;
158TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() function
162TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() function
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp59 struct TextureSpec { struct in CopyTextureForBrowserTests
60 wgpu::Origin3D copyOrigin = {};
61 wgpu::Extent3D textureSize = {kDefaultTextureWidth, kDefaultTextureHeight};
62 uint32_t level = 0;
63 wgpu::TextureFormat format = kTextureFormat;
DQueueTests.cpp202 struct TextureSpec { struct in QueueWriteTextureTests
203 wgpu::Origin3D copyOrigin;
204 wgpu::Extent3D textureSize;
205 uint32_t level;
DCopyTests.cpp31 struct TextureSpec { struct in CopyTests
32 wgpu::TextureFormat format = kDefaultFormat;
33 wgpu::Origin3D copyOrigin = {0, 0, 0};
34 wgpu::Extent3D textureSize;
35 uint32_t copyLevel = 0;
36 uint32_t levelCount = 1;
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp180 struct TextureSpec struct
182 TextureType type; //!< Texture type (2D, cubemap, ...)
183 deUint32 format; //!< Internal format.
184 int width;
185 int height;
186 int depth;
187 int numLevels;
188 tcu::Sampler sampler;
190 TextureSpec (void) in TextureSpec() function
200 TextureSpec (TextureType type_, in TextureSpec() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp202 struct TextureSpec struct
204 TextureType type; //!< Texture type (2D, cubemap, ...)
205 deUint32 format; //!< Internal format.
206 int width;
207 int height;
208 int depth;
209 int numLevels;
210 tcu::Sampler sampler;
212 TextureSpec (void) in TextureSpec() function
222 TextureSpec (TextureType type_, in TextureSpec() argument