Searched defs:refSampler (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp423 const tcu::Sampler refSampler = mapVkSampler(samplerInfo); local
429 reference[ndx][channelNdx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f)[0];
H A DvktYCbCrViewTests.cpp648 const tcu::Sampler refSampler = mapVkSampler(wholeSamplerInfo); local
654 referenceWhole[ndx][channelNdx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f)[0];
669 const tcu::Sampler refSampler = mapVkSampler(planeSamplerInfo); local
675 referencePlane[ndx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f);
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp239 const tcu::Sampler& refSampler);
814 const tcu::Sampler refSampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, local
910 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat);
986 return validateResult(resultImage, *texture2D, refSampler);
1012 const tcu::Sampler refSampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, local
1121 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat);
1375 return validateResult(resultImage, *texture2D, refSampler);
1396 tcu::TestStatus ImageAccessTestInstance::validateResult (vk::VkImage image, const tcu::Texture2D& texture2D, const tcu::Sampler& refSampler) argument
1408 refData.values[ndx] = texture2D.sample(refSampler, cx, cy, lod);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp759 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) local
819 tcu::Sampler samplerCopy (refSampler);
979 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1036 const tcu::Sampler& refSampler,
1046 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE;
1229 void ShaderRenderCaseInstance::clearImage (const tcu::Sampler& refSampler, argument
1239 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE;
1416 const tcu::Sampler& refSampler,
1431 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE;
1855 const tcu::Sampler& refSampler = textureBinding.getSampler();
2040 createSamplerUniform(bindingLocation, textureType, textureBinding.getParameters().initialization, texFormat, texSize, textureData, refSampler, mipLevels, arrayLayers, textureParams);
2062 const tcu::Sampler& refSampler,
2071 const bool isShadowSampler = refSampler
1034 uploadImage(const tcu::TextureFormat& texFormat, const TextureData& textureData, const tcu::Sampler& refSampler, deUint32 mipLevels, deUint32 arrayLayers, VkImage destImage) argument
1414 uploadSparseImage(const tcu::TextureFormat& texFormat, const TextureData& textureData, const tcu::Sampler& refSampler, const deUint32 mipLevels, const deUint32 arrayLayers, const VkImage sparseImage, const VkImageCreateInfo& imageCreateInfo, const tcu::UVec3 texSize) argument
[all...]

Completed in 244 milliseconds