Searched defs:fetchPosNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp3209 static tcu::IVec3 getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx);
3210 tcu::Vec4 fetchImageValue (int fetchPosNdx) const;
3268 tcu::IVec3 ImageFetchInstanceImages::getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx) argument
3277 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx);
3296 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx) const
3298 DE_ASSERT(de::inBounds(fetchPosNdx, 0, 4));
3302 const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); // sampling order is ABAB
3303 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx);
5005 std::string genFetchCoordStr (int fetchPosNdx) const;
5147 std::string ImageDescriptorCase::genFetchCoordStr (int fetchPosNdx) cons
5540 getFetchPos(int fetchPosNdx) argument
[all...]

Completed in 41 milliseconds