/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageViewTests.cpp | 88 float m_samplerLod; member in vkt::pipeline::__anon28221::ImageViewTest 106 , m_samplerLod (samplerLod) in ImageViewTest() 157 checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_samplerLod, m_componentMapping, m_subresourceRange)); in checkSupport() 240 if (m_samplerLod > 0.0f) in initPrograms() 241 fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local 254 return new ImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_samplerLod, m_componentMapping, m_subresourceRange)); in createInstance()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1792 float m_samplerLod; member in vkt::pipeline::__anon28144::AttachmentFeedbackLoopLayoutSamplerTest 1821 , m_samplerLod (samplerLod) in AttachmentFeedbackLoopLayoutSamplerTest() 1898 const auto imgParams = getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod); in checkSupport() 2091 if (m_samplerLod > 0.0f) in initPrograms() 2094 fragmentSrc << "textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ").x"; in initPrograms() local 2108 if (m_samplerLod > 0.0f) in initPrograms() 2111 fragmentSrc << "vec4(textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ").x / 255.0f, 0.0f, 0.0f, 1.0f)"; in initPrograms() local 2125 if (m_samplerLod > 0.0f) in initPrograms() 2128 fragmentSrc << "textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local 2194 return new AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod), useImageAsColorOrDSAttachmen in createInstance() [all...] |
H A D | vktPipelineImageSamplingInstance.hpp | 143 const float m_samplerLod; member in vkt::pipeline::ImageSamplingInstance
|
H A D | vktPipelineSamplerTests.cpp | 139 float m_samplerLod; member in vkt::pipeline::__anon28260::SamplerTest 307 , m_samplerLod (samplerLod) in SamplerTest() 362 checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_samplerLod, m_separateStencilUsage, m_sampleStencil)); in checkSupport() 453 if (m_samplerLod > 0.0f || !m_imageViewType.isNormalized()) in initPrograms() 455 DE_ASSERT(m_imageViewType.isNormalized() || (m_samplerLod == 0.0f && !m_imageViewType.isNormalized())); in initPrograms() 456 fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local 472 return new ImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_samplerLod, m_separateStencilUsage, m_sampleStencil)); in createInstance()
|
H A D | vktPipelineImageSamplingInstance.cpp | 371 , m_samplerLod (params.samplerLod) in ImageSamplingInstance() 1507 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageViewTests.cpp | 87 float m_samplerLod; member in vkt::pipeline::__anon29441::ImageViewTest 106 , m_samplerLod (samplerLod) in ImageViewTest() 151 checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_samplerLod, m_componentMapping, m_subresourceRange)); in checkSupport() 234 if (m_samplerLod > 0.0f) in initPrograms() 235 fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local 248 return new ImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_samplerLod, m_componentMapping, m_subresourceRange)); in createInstance()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1630 float m_samplerLod; member in vkt::pipeline::__anon29375::AttachmentFeedbackLoopLayoutSamplerTest 1656 , m_samplerLod (samplerLod) in AttachmentFeedbackLoopLayoutSamplerTest() 1747 checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod)); in checkSupport() 1749 ImageSamplingInstanceParams params = getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod); in checkSupport() 1940 if (m_samplerLod > 0.0f) in initPrograms() 1943 fragmentSrc << "textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ").x"; in initPrograms() local 1954 if (m_samplerLod > 0.0f) in initPrograms() 1957 fragmentSrc << "vec4(textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ").x / 255.0f, 0.0f, 0.0f, 1.0f)"; in initPrograms() local 1968 if (m_samplerLod > 0.0f) in initPrograms() 1971 fragmentSrc << "textureLod(" << getGlslSampler(format, m_imageViewType, m_imageDescriptorType, 1u) << ", vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local [all...] |
H A D | vktPipelineImageSamplingInstance.hpp | 141 const float m_samplerLod; member in vkt::pipeline::ImageSamplingInstance
|
H A D | vktPipelineSamplerTests.cpp | 137 float m_samplerLod; member in vkt::pipeline::__anon29477::SamplerTest 312 , m_samplerLod (samplerLod) in SamplerTest() 363 checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_samplerLod, m_separateStencilUsage, m_sampleStencil)); in checkSupport() 454 if (m_samplerLod > 0.0f || !m_imageViewType.isNormalized()) in initPrograms() 456 DE_ASSERT(m_imageViewType.isNormalized() || (m_samplerLod == 0.0f && !m_imageViewType.isNormalized())); in initPrograms() 457 fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")"; in initPrograms() local 473 return new ImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_samplerLod, m_separateStencilUsage, m_sampleStencil)); in createInstance()
|
H A D | vktPipelineImageSamplingInstance.cpp | 369 , m_samplerLod (params.samplerLod) in ImageSamplingInstance() 1501 const float referenceLod = de::clamp(m_samplerParams.mipLodBias + m_samplerLod, m_samplerParams.minLod, m_samplerParams.maxLod); in verifyImage()
|