Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp4620 … (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int samplePosNdx);
4621 tcu::Vec4 fetchSampleValue (int samplePosNdx) const;
4682 …os (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int samplePosNdx) in getSamplePos() argument
4684 DE_ASSERT(de::inBounds(samplePosNdx, 0, 4)); in getSamplePos()
4726 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos()
4727 (float)slices[samplePosNdx], in getSamplePos()
4731 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos()
4732 coords[samplePosNdx].y() / (float)imageSize, in getSamplePos()
4733 (float)slices[samplePosNdx], in getSamplePos()
4736 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos()
[all …]