/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.hpp | 77 ReductionModeParam(glw::GLint reductionMode, bool queryTestOnly) in ReductionModeParam() 78 : m_reductionMode(reductionMode), m_queryTestOnly(queryTestOnly) in ReductionModeParam() 93 void renderQuad(const glu::RenderContext& context, glw::GLint reductionMode); 113 glw::GLint reductionMode);
|
D | gl4cTextureFilterMinmaxTests.cpp | 130 glw::GLint reductionMode) in renderToFBO() argument 156 renderQuad(context, reductionMode); in renderToFBO() 162 glw::GLint reductionMode) in renderQuad() argument 180 gl.texParameteri(m_type, GL_TEXTURE_REDUCTION_MODE_ARB, reductionMode); in renderQuad()
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 355 tcu::Sampler::ReductionMode reductionMode, in isReductionValid() argument 358 DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX); in isReductionValid() 360 const Vec4 color = (reductionMode == tcu::Sampler::MIN ? tcu::min(c0, c1) : tcu::max(c0, c1)); in isReductionValid() 367 tcu::Sampler::ReductionMode reductionMode, in isReductionValid() argument 370 DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX); in isReductionValid() 372 …const Vec4 c0 = (reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p00, quad.p01) : tcu::max(quad… in isReductionValid() 373 …const Vec4 c1 = (reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p10, quad.p11) : tcu::max(quad… in isReductionValid() 375 return isReductionValid(prec, c0, c1, reductionMode, result); in isReductionValid() 381 tcu::Sampler::ReductionMode reductionMode, in isReductionValid() argument 384 DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX); in isReductionValid() [all …]
|
D | tcuTexture.hpp | 263 ReductionMode reductionMode; member in tcu::Sampler 305 , reductionMode (reductionMode_) in Sampler() 322 , reductionMode (REDUCTIONMODE_LAST) in Sampler()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 177 VkSamplerReductionMode reductionMode, 198 VkSamplerReductionMode reductionMode, 640 …SamplerReductionModeCreateInfo getSamplerReductionCreateInfo (VkSamplerReductionMode reductionMode) in getSamplerReductionCreateInfo() argument 646 reductionMode // VkSamplerReductionMode reductionMode in getSamplerReductionCreateInfo() 662 VkSamplerReductionMode reductionMode, in SamplerMagReduceFilterTest() argument 665 , m_reductionCreaterInfo (getSamplerReductionCreateInfo(reductionMode)) in SamplerMagReduceFilterTest() 692 VkSamplerReductionMode reductionMode, in SamplerMinReduceFilterTest() argument 695 , m_reductionCreaterInfo (getSamplerReductionCreateInfo(reductionMode)) in SamplerMinReduceFilterTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 59 tcu::Sampler::ReductionMode mapVkSamplerReductionMode (VkSamplerReductionMode reductionMode);
|
D | vkImageUtil.cpp | 3805 tcu::Sampler::ReductionMode reductionMode = tcu::Sampler::WEIGHTED_AVERAGE; in mapVkSampler() local 3817 reductionMode = mapVkSamplerReductionMode(reductionModeCreateInfo.reductionMode); in mapVkSampler() 3851 reductionMode); in mapVkSampler() 3926 tcu::Sampler::ReductionMode mapVkSamplerReductionMode (VkSamplerReductionMode reductionMode) in mapVkSamplerReductionMode() argument 3928 switch (reductionMode) in mapVkSamplerReductionMode()
|
D | vkStructTypes.inl | 2172 VkSamplerReductionMode reductionMode; member
|
D | vkVulkan_c.inl | 6618 VkSamplerReductionMode reductionMode; member
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 448 vk_to_gen_sampler_reduction_mode[sampler_reduction->reductionMode]; in genX()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1850 tu6_reduction_mode(reduction->reductionMode)); in tu_init_sampler()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 20099 reductionMode(in_struct->reductionMode) in safe_VkSamplerReductionModeCreateInfoEXT() 20111 reductionMode = src.reductionMode; in safe_VkSamplerReductionModeCreateInfoEXT() 20123 reductionMode = src.reductionMode; in operator =() 20138 reductionMode = in_struct->reductionMode; in initialize() 20145 reductionMode = src->reductionMode; in initialize()
|
D | vk_safe_struct.h | 4578 VkSamplerReductionModeEXT reductionMode; member
|
D | parameter_validation.cpp | 925 …mplerReductionModeEXT", AllVkSamplerReductionModeEXTEnums, structure->reductionMode, "VUID-VkSampl… in ValidatePnextStructContents()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7083 VkSamplerReductionModeEXT reductionMode; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7083 VkSamplerReductionModeEXT reductionMode; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 7432 filter_mode = radv_tex_filter_mode(sampler_reduction->reductionMode); in radv_init_sampler()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5401 VkSamplerReductionMode reductionMode; member
|
D | vulkan.hpp | 77359 : reductionMode( reductionMode_ ) in SamplerReductionModeCreateInfo() 77390 reductionMode = reductionMode_; in setReductionMode() 77413 && ( reductionMode == rhs.reductionMode ); in operator ==() 77427 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM… member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 5405 VkSamplerReductionMode reductionMode; member
|
D | vulkan.hpp | 77849 : reductionMode( reductionMode_ ) in SamplerReductionModeCreateInfo() 77880 reductionMode = reductionMode_; in setReductionMode() 77903 && ( reductionMode == rhs.reductionMode ); in operator ==() 77917 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM… member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 5401 VkSamplerReductionMode reductionMode; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 5714 VkSamplerReductionMode reductionMode; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 60112 : reductionMode( reductionMode_ ) in SamplerReductionModeCreateInfo() 60141 reductionMode = reductionMode_; in setReductionMode() 60160 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( reductionMode == rhs.reductionMode ); in operator ==() 60172 VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = member
|
D | vulkan_core.h | 5750 VkSamplerReductionMode reductionMode; member
|