Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp570 int getFetchPos (int fetchPosNdx);
890 int BufferViewAllFormatsTestInstance::getFetchPos (int fetchPosNdx) in getFetchPos() argument
900 return fetchPositions[fetchPosNdx]; in getFetchPos()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp568 int getFetchPos (int fetchPosNdx);
867 int BufferViewAllFormatsTestInstance::getFetchPos (int fetchPosNdx) in getFetchPos() argument
877 return fetchPositions[fetchPosNdx]; in getFetchPos()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4006 int fetchPosNdx);
4008 tcu::Vec4 fetchImageValue (int fetchPosNdx, int setNdx) const;
4067 tcu::IVec3 ImageFetchInstanceImages::getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx)
4076 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx);
4095 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx, int setNdx) const
4097 DE_ASSERT(de::inBounds(fetchPosNdx, 0, 4));
4101 const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); // sampling order is ABAB
4102 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx);
7290 std::string genFetchCoordStr (int fetchPosNdx) const;
7509 std::string ImageDescriptorCase::genFetchCoordStr (int fetchPosNdx) cons
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp4010 int fetchPosNdx);
4012 tcu::Vec4 fetchImageValue (int fetchPosNdx, int setNdx) const;
4071 tcu::IVec3 ImageFetchInstanceImages::getFetchPos (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int fetchPosNdx)
4080 const tcu::IVec3 coord = de::getSizedArrayElement<4>(fetchPositions, fetchPosNdx);
4099 tcu::Vec4 ImageFetchInstanceImages::fetchImageValue (int fetchPosNdx, int setNdx) const
4101 DE_ASSERT(de::inBounds(fetchPosNdx, 0, 4));
4105 const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); // sampling order is ABAB
4106 tcu::IVec3 fetchPos = getFetchPos(m_viewType, m_baseMipLevel, m_baseArraySlice, fetchPosNdx);
7289 std::string genFetchCoordStr (int fetchPosNdx) const;
7509 std::string ImageDescriptorCase::genFetchCoordStr (int fetchPosNdx) cons
[all...]

Completed in 23 milliseconds