Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3672 … (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx);
3673 tcu::Vec4 fetchImageValue (int fetchPosNdx) const;
3731 …Pos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx) in getFetchPos() argument
3740 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()
3759 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx) const in fetchImageValue()
3761 DE_ASSERT(de::inBounds(fetchPosNdx, 0, 4)); in fetchImageValue()
3765 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue()
3766 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx); in fetchImageValue()
6241 std::string genFetchCoordStr (int fetchPosNdx) const;
6386 std::string ImageDescriptorCase::genFetchCoordStr (int fetchPosNdx) const in genFetchCoordStr()
[all …]