Home
last modified time | relevance | path

Searched refs:IMG_DIM_CUBE (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp53 else if (dim == IMG_DIM_2D || dim == IMG_DIM_CUBE) in calcUnnormalizedDim()
105 else if (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) in fetchTexelWrapped()
120 : (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0], coord[1], layer) in fetchTexelWrapped()
149 if (m_imParams.dim == IMG_DIM_CUBE && filter == VK_FILTER_LINEAR) in fetchTexel()
234 if (m_imParams.dim == IMG_DIM_CUBE) in fetchTexel()
425 else if (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) in getFilteredSample()
844 else if (m_imParams.dim == IMG_DIM_3D || m_imParams.dim == IMG_DIM_CUBE)
864 if (m_imParams.dim == IMG_DIM_CUBE)
H A DvktTextureFilteringExplicitLodTests.cpp135 case IMG_DIM_CUBE: in genSamplerDeclaration()
176 case IMG_DIM_CUBE: in genLookupCode()
421 case IMG_DIM_CUBE: in mapImageType()
453 case IMG_DIM_CUBE: in mapImageViewType()
478 case IMG_DIM_CUBE: in mapImageViewType()
768 const VkImageCreateFlags imCreateFlags =(m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in createResources()
802 DE_ASSERT(m_imParams.dim != IMG_DIM_CUBE); // \todo Support cube maps in createResources()
932 const VkImageCreateFlags imCreateFlags = (m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in isSupported()
H A DvktSampleVerifier.hpp107 IMG_DIM_CUBE, enumerator
H A DvktSampleVerifierUtil.cpp169 case IMG_DIM_CUBE:
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp53 else if (dim == IMG_DIM_2D || dim == IMG_DIM_CUBE) in calcUnnormalizedDim()
105 else if (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) in fetchTexelWrapped()
120 : (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0], coord[1], layer) in fetchTexelWrapped()
149 if (m_imParams.dim == IMG_DIM_CUBE && filter == VK_FILTER_LINEAR) in fetchTexel()
234 if (m_imParams.dim == IMG_DIM_CUBE) in fetchTexel()
425 else if (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) in getFilteredSample()
844 else if (m_imParams.dim == IMG_DIM_3D || m_imParams.dim == IMG_DIM_CUBE)
864 if (m_imParams.dim == IMG_DIM_CUBE)
H A DvktTextureFilteringExplicitLodTests.cpp135 case IMG_DIM_CUBE: in genSamplerDeclaration()
176 case IMG_DIM_CUBE: in genLookupCode()
421 case IMG_DIM_CUBE: in mapImageType()
453 case IMG_DIM_CUBE: in mapImageViewType()
478 case IMG_DIM_CUBE: in mapImageViewType()
768 const VkImageCreateFlags imCreateFlags =(m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in createResources()
802 DE_ASSERT(m_imParams.dim != IMG_DIM_CUBE); // \todo Support cube maps in createResources()
932 const VkImageCreateFlags imCreateFlags = (m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0; in isSupported()
H A DvktSampleVerifier.hpp107 IMG_DIM_CUBE, enumerator
H A DvktSampleVerifierUtil.cpp169 case IMG_DIM_CUBE:

Completed in 9 milliseconds