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.cpp3931 int fetchPosNdx);
3933 tcu::Vec4 fetchImageValue (int fetchPosNdx, int setNdx) const;
3992 …Pos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx) in getFetchPos() argument
4001 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx); in getFetchPos()
4020 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx, int setNdx) const in fetchImageValue() argument
4022 DE_ASSERT(de::inBounds(fetchPosNdx, 0, 4)); in fetchImageValue()
4026 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue()
4027 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx); in fetchImageValue()
7102 std::string genFetchCoordStr (int fetchPosNdx) const;
7322 std::string ImageDescriptorCase::genFetchCoordStr (int fetchPosNdx) const in genFetchCoordStr()
[all …]