Home
last modified time | relevance | path

Searched defs:samplerParams (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp718 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig); in iterate() local
732 …est::logParams (const IterationConfig& config, const glu::TextureTestUtil::ReferenceParams& sample… in logParams()
765 const glu::TextureTestUtil::ReferenceParams& samplerParams) in renderTo()
871 …rClampTest::renderQuad (const float* texCoord, const glu::TextureTestUtil::ReferenceParams& sample… in renderQuad()
912 const glu::TextureTestUtil::ReferenceParams& samplerParams) in verifyImage()
1013 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureSampleResult()
1043 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureCompareResult()
1104 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureGatherResult()
1167 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureGatherCmpResult()
2139 const glu::TextureTestUtil::ReferenceParams samplerParams = getSamplerParams(); in iterate() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp117 const SamplerParameters& samplerParams) in genSamplerDeclaration()
157 const SamplerParameters& samplerParams, in genLookupCode()
371 SamplerParameters samplerParams; member
376 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo()
916 VkFormatFeatureFlags getRequiredFormatFeatures (const SamplerParameters& samplerParams) in getRequiredFormatFeatures()
DvktTextureConversionTests.cpp153 …ccess& rendered, const tcu::PixelBufferAccess& reference, const ReferenceParams& samplerParams, co… in verifyPixels() argument
223 ReferenceParams samplerParams (TEXTURETYPE_2D); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp117 const SamplerParameters& samplerParams) in genSamplerDeclaration()
157 const SamplerParameters& samplerParams, in genLookupCode()
371 SamplerParameters samplerParams; member
376 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo()
916 VkFormatFeatureFlags getRequiredFormatFeatures (const SamplerParameters& samplerParams) in getRequiredFormatFeatures()
DvktTextureConversionTests.cpp153 …ccess& rendered, const tcu::PixelBufferAccess& reference, const ReferenceParams& samplerParams, co… in verifyPixels() argument
223 ReferenceParams samplerParams (TEXTURETYPE_2D); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerTests.cpp329 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in getImageSamplingInstanceParams() local
640 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
664 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
709 VkSamplerCreateInfo samplerParams = SamplerMagFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
740 VkSamplerCreateInfo samplerParams = SamplerMinFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
776 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
855 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
DvktPipelineImageSamplingInstance.hpp95 const vk::VkSamplerCreateInfo samplerParams; member
DvktPipelineImageViewTests.cpp123 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
DvktPipelineImageTests.cpp183 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
DvktPipelineDescriptorLimitsTests.cpp255 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp324 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in getImageSamplingInstanceParams() local
638 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
661 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
705 VkSamplerCreateInfo samplerParams = SamplerMagFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
735 VkSamplerCreateInfo samplerParams = SamplerMinFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
770 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
848 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
DvktPipelineImageSamplingInstance.hpp97 const vk::VkSamplerCreateInfo samplerParams; member
DvktPipelineImageViewTests.cpp123 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
DvktPipelineImageTests.cpp189 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
DvktPipelineDescriptorLimitsTests.cpp281 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp646 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local
882 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp649 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local
918 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp145 const VkSamplerCreateInfo samplerParams = in makeSampler() local
DvktImageSampleCompressedTextureTests.cpp171 const VkSamplerCreateInfo samplerParams = in makeSampler() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp145 const VkSamplerCreateInfo samplerParams = in makeSampler() local
DvktImageSampleCompressedTextureTests.cpp171 const VkSamplerCreateInfo samplerParams = in makeSampler() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp358 const VkSamplerCreateInfo samplerParams = in bindDescriptorSets() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp358 const VkSamplerCreateInfo samplerParams = in bindDescriptorSets() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp612 const VkSamplerCreateInfo samplerParams = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp612 const VkSamplerCreateInfo samplerParams = in iterate() local

12