Searched refs:IMG_DIM_CUBE (Results 1 – 4 of 4) sorted by relevance
53 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]… 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()452 else if (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) in getFilteredSample()871 else if (m_imParams.dim == IMG_DIM_3D || m_imParams.dim == IMG_DIM_CUBE) in verifySampleImpl()891 if (m_imParams.dim == IMG_DIM_CUBE) in verifySampleImpl()
174 case IMG_DIM_CUBE: in genSamplerDeclaration()215 case IMG_DIM_CUBE: in genLookupCode()460 case IMG_DIM_CUBE: in mapImageType()492 case IMG_DIM_CUBE: in mapImageViewType()517 case IMG_DIM_CUBE: in mapImageViewType()774 …const VkImageCreateFlags imCreateFlags =(m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE_CO… in createResources()808 DE_ASSERT(m_imParams.dim != IMG_DIM_CUBE); // \todo Support cube maps in createResources()938 …const VkImageCreateFlags imCreateFlags = (m_imParams.dim == IMG_DIM_CUBE) ? VK_IMAGE_CREATE_CUBE… in isSupported()
106 IMG_DIM_CUBE, enumerator
169 case IMG_DIM_CUBE: in wrapTexelGridCoordLinear()