Searched refs:samplePosNdx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 5127 … (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int samplePosNdx); 5128 tcu::Vec4 fetchSampleValue (int samplePosNdx, int setNdx) const; 5208 …os (vk::VkImageViewType viewType, deUint32 baseMipLevel, deUint32 baseArraySlice, int samplePosNdx) in getSamplePos() argument 5210 DE_ASSERT(de::inBounds(samplePosNdx, 0, 4)); in getSamplePos() 5252 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos() 5253 (float)slices[samplePosNdx], in getSamplePos() 5257 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos() 5258 coords[samplePosNdx].y() / (float)imageSize, in getSamplePos() 5259 (float)slices[samplePosNdx], in getSamplePos() 5262 return tcu::Vec4(coords[samplePosNdx].x() / (float)imageSize, in getSamplePos() [all …]
|