Home
last modified time | relevance | path

Searched defs:width (Results 2201 - 2225 of 2927) sorted by relevance

1...<<81828384858687888990>>...118

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH); in iterate() local
H A Des3fShaderBuiltinVarTests.cpp297 const int width = m_context.getRenderTarget().getWidth(); in iterate() local
394 const int width = m_context.getRenderTarget().getWidth(); in iterate() local
484 const int width = de::min(256, m_context.getRenderTarget().getWidth()); in iterate() local
609 const int width = de::min(64, m_context.getRenderTarget().getWidth()); iterate() local
762 const int width = m_context.getRenderTarget().getWidth(); init() local
986 const int width = m_context.getRenderTarget().getWidth(); iterate() local
[all...]
H A Des3fTextureFilteringTests.cpp139 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) in Texture2DFilteringCase() argument
418 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) in TextureCubeFilteringCase() argument
733 Texture2DArrayFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFilteringCase() argument
999 Texture3DFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth) Texture3DFilteringCase() argument
1236 int width; init() member
1250 int width; init() member
1263 int width; init() member
1277 int width; init() member
1330 int width = 64; init() local
1380 int width = sizes2D[sizeNdx].width; init() local
1409 int width = 63; init() local
1446 int width = 64; init() local
1502 int width = sizesCube[sizeNdx].width; init() local
1532 int width = 63; init() local
1588 int width = 128; init() local
1615 int width = sizes2DArray[sizeNdx].width; init() local
1645 int width = 123; init() local
1684 int width = 64; init() local
1712 int width = sizes3D[sizeNdx].width; init() local
1745 int width = 63; init() local
[all...]
H A Des3fTextureShadowTests.cpp209 Texture2DShadowCase::Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc) in Texture2DShadowCase() argument
754 Texture2DArrayShadowCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc) Texture2DArrayShadowCase() argument
1045 const int width = 32; init() local
1104 const int width = 32; init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp52 static inline int etc2DataSize (int width, int height) in etc2DataSize() argument
57 static inline int etc2EacDataSize (int width, int height) in etc2EacDataSize() argument
3422 const int width = 4; compressedteximage3d_invalid_width_height() local
[all...]
H A Des31fShaderFramebufferFetchTests.cpp1049 int width = reference.getAccess().getWidth(); in genReferenceTexture() local
1238 const int width = reference.getAccess().getWidth(); in genReferenceMipmap() local
H A Des31fTextureLevelStateQueryTests.cpp126 int width; member
[all...]
H A Des31fTextureSpecificationTests.cpp148 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in iterate() local
186 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height) in renderTex() argument
200 void TextureSpecCase::readPixels (tcu::Surface& dst, int x, int y, int width, in argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp721 makeImage(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) makeImage() argument
744 makeAttachment(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) makeAttachment() argument
772 attachTargetToNew(GLenum target, GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) attachTargetToNew() argument
H A DglsFboUtil.hpp205 glw::GLsizei width; member
H A DglsLifetimeTests.hpp392 GLint width; member
H A DglsTextureBufferCase.cpp871 const int width = de::min<int>(renderTarget.getWidth(), MAX_VIEWPORT_WIDTH); in runTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp945 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
H A DvktPipelineDepthRangeUnrestrictedTests.cpp334 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
H A DvktPipelineImage2DViewOf3DTests.cpp83 int32_t width = computeMipLevelDimension(baseLevelSize.x(), mipLevel); in computeMipLevelSize() local
H A DvktPipelineImageUtil.cpp740 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture() argument
752 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture() argument
1038 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width) in TestTexture1D() argument
1046 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D() argument
1100 TestTexture1DArray(const tcu::TextureFormat& format, int width, int arraySize) TestTexture1DArray() argument
1108 TestTexture1DArray(const tcu::CompressedTexFormat& format, int width, int arraySize) TestTexture1DArray() argument
1177 TestTexture2D(const tcu::TextureFormat& format, int width, int height) TestTexture2D() argument
1185 TestTexture2D(const tcu::TextureFormat& format, int width, int height, int miplevels) TestTexture2D() argument
1194 TestTexture2D(const tcu::CompressedTexFormat& format, int width, int height) TestTexture2D() argument
1248 TestTexture2DArray(const tcu::TextureFormat& format, int width, int height, int arraySize) TestTexture2DArray() argument
1256 TestTexture2DArray(const tcu::CompressedTexFormat& format, int width, int height, int arraySize) TestTexture2DArray() argument
1325 TestTexture3D(const tcu::TextureFormat& format, int width, int height, int depth) TestTexture3D() argument
1333 TestTexture3D(const tcu::CompressedTexFormat& format, int width, int height, int depth) TestTexture3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp445 vk::Move<vk::VkFramebuffer> createFramebuffer (ProtectedContext& context, deUint32 width, deUint32 height, in createFramebuffer() argument
734 const deUint32 width = (deUint32)texture2D.getWidth(); in uploadImage() local
833 void copyToProtectedImage (ProtectedContext& ctx, vk::VkImage srcImage, vk::VkImage dstImage, vk::VkImageLayout dstImageLayout, deUint32 width, deUint3 argument
329 createImage2D(ProtectedContext& context, ProtectionMode protectionMode, const deUint32 queueFamilyIdx, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageUsageFlags usageFlags) createImage2D() argument
[all...]
H A DvktProtectedMemYCbCrConversionTests.cpp774 createYcbcrImage2D(ProtectedContext& context, const ProtectionMode protectionMode, const deUint32 width, const deUint32 height, const vk::VkFormat format, const vk::VkImageCreateFlags createFlags, const vk::VkImageUsageFlags usageFlags) createYcbcrImage2D() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp57 deUint32 width; member
137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
678 const deUint32 width = 512u; createBuildIndirectTests() local
[all...]
H A DvktRayTracingBuildLargeTests.cpp61 deUint32 width; member
118 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingBuildTests.cpp74 deUint32 width; member
102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingMemGuaranteeTests.cpp68 deUint32 width; member
102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
817 const deUint32 width = 16u; createMemGuaranteeTests() local
[all...]
H A DvktRayTracingPipelineLibraryTests.cpp76 deUint32 width; member
98 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingTraversalControlTests.cpp118 deUint32 width; member
144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayTracingWatertightnessTests.cpp61 deUint32 width; member
170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]

Completed in 42 milliseconds

1...<<81828384858687888990>>...118