Home
last modified time | relevance | path

Searched refs:getFetchPos (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3672 …static tcu::IVec3 getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32…
3731 tcu::IVec3 ImageFetchInstanceImages::getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLev… in getFetchPos() function in vkt::BindingModel::__anon1f3887440111::ImageFetchInstanceImages
3766 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx); in fetchImageValue()
4164 …msg << "Test sample " << resultNdx << ": fetching at position " << m_images.getFetchPos(m_viewType… in logTestPlan()
4506 …msg << "Test sample " << resultNdx << ": fetch at position " << m_images.getFetchPos(m_viewType, m… in logTestPlan()
6389 …const tcu::IVec3 fetchPos = ImageFetchInstanceImages::getFetchPos(m_viewType, m_baseMipLevel, m_ba… in genFetchCoordStr()
6601 static int getFetchPos (int fetchPosNdx);
6779 int TexelBufferInstanceBuffers::getFetchPos (int fetchPosNdx) in getFetchPos() function in vkt::BindingModel::__anon1f3887440111::TexelBufferInstanceBuffers
6798 return texelSrc.getPixel(getFetchPos(fetchPosNdx), 0, 0); in fetchTexelValue()
7173 …msg << "Test sample " << resultNdx << ": fetch at position " << m_texelBuffers.getFetchPos(resultN… in logTestPlan()
[all …]