| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_sampler.h | 24 vn_sizeof_VkSamplerReductionModeCreateInfo_self(const VkSamplerReductionModeCreateInfo *val) in vn_sizeof_VkSamplerReductionModeCreateInfo_self() 33 vn_sizeof_VkSamplerReductionModeCreateInfo(const VkSamplerReductionModeCreateInfo *val) in vn_sizeof_VkSamplerReductionModeCreateInfo() 52 …eductionModeCreateInfo_self(struct vn_cs_encoder *enc, const VkSamplerReductionModeCreateInfo *val) in vn_encode_VkSamplerReductionModeCreateInfo_self() 59 …plerReductionModeCreateInfo(struct vn_cs_encoder *enc, const VkSamplerReductionModeCreateInfo *val) in vn_encode_VkSamplerReductionModeCreateInfo() 142 …e += vn_sizeof_VkSamplerReductionModeCreateInfo_self((const VkSamplerReductionModeCreateInfo *)pne… in vn_sizeof_VkSamplerCreateInfo_pnext() 215 …vn_encode_VkSamplerReductionModeCreateInfo_self(enc, (const VkSamplerReductionModeCreateInfo *)pne… in vn_encode_VkSamplerCreateInfo_pnext()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | samplers.txt | 254 slink:VkSamplerReductionModeCreateInfo must: be 261 of slink:VkSamplerReductionModeCreateInfo must: be 368 [open,refpage='VkSamplerReductionModeCreateInfo',desc='Structure specifying sampler reduction mode'… 370 The sname:VkSamplerReductionModeCreateInfo structure is defined as: 372 include::{generated}/api/structs/VkSamplerReductionModeCreateInfo.txt[] 387 sname:VkSamplerReductionModeCreateInfo structure, then that structure 393 include::{generated}/validity/structs/VkSamplerReductionModeCreateInfo.txt[]
|
| D | textures.txt | 2485 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control 2624 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control 2683 The slink:VkSamplerReductionModeCreateInfo::pname:reductionMode can: control 2750 When slink:VkSamplerReductionModeCreateInfo::pname:reductionMode is set to
|
| D | features.txt | 1017 pname:pNext chain can include a slink:VkSamplerReductionModeCreateInfo
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSamplerTests.cpp | 186 const VkSamplerReductionModeCreateInfo m_reductionCreaterInfo; 207 const VkSamplerReductionModeCreateInfo m_reductionCreaterInfo; 641 VkSamplerReductionModeCreateInfo getSamplerReductionCreateInfo (VkSamplerReductionMode reductionMod… in getSamplerReductionCreateInfo() 643 const VkSamplerReductionModeCreateInfo ret = in getSamplerReductionCreateInfo()
|
| D | vktPipelineImageSamplingInstance.cpp | 270 pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo*>(pNext)->pNext; in checkSupportImageSamplingInstance() 407 pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo*>(pNext)->pNext; in ImageSamplingInstance()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | genX_state.c | 999 VkSamplerReductionModeCreateInfo *sampler_reduction = in genX() 1000 (VkSamplerReductionModeCreateInfo *) ext; in genX()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.cpp | 3888 …const VkSamplerReductionModeCreateInfo reductionModeCreateInfo = *reinterpret_cast<const VkSampler… in mapVkSampler() 3890 pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo*>(pNext)->pNext; in mapVkSampler()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 2153 const VkSamplerReductionModeCreateInfo *reduction_mode_create_info = in lvp_CreateSampler()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkGetStructureTypeImpl.inl | 694 template<> VkStructureType getStructureType<VkSamplerReductionModeCreateInfo> (void)
|
| D | vkStructTypes.inl | 2177 struct VkSamplerReductionModeCreateInfo struct 7902 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vkVulkan_c.inl | 6822 typedef struct VkSamplerReductionModeCreateInfo { struct 6826 } VkSamplerReductionModeCreateInfo; typedef 10933 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vkStrUtil.inl | 731 std::ostream& operator<< (std::ostream& s, const VkSamplerReductionModeCreateInfo& value);
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 2727 const struct VkSamplerReductionModeCreateInfo *reduction = in tu_init_sampler()
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 5711 typedef struct VkSamplerReductionModeCreateInfo { struct 5715 } VkSamplerReductionModeCreateInfo; argument 9423 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 5860 typedef struct VkSamplerReductionModeCreateInfo { struct 5864 } VkSamplerReductionModeCreateInfo; argument 9971 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 5868 typedef struct VkSamplerReductionModeCreateInfo { struct 5872 } VkSamplerReductionModeCreateInfo; argument 9979 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 5810 typedef struct VkSamplerReductionModeCreateInfo { struct 5814 } VkSamplerReductionModeCreateInfo; argument 9811 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vulkan_structs.hpp | 67859 using NativeType = VkSamplerReductionModeCreateInfo; 67874 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() 67882 …SamplerReductionModeCreateInfo & operator=( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_… in operator =() 67903 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&() 67905 return *reinterpret_cast<const VkSamplerReductionModeCreateInfo *>( this ); in operator VkSamplerReductionModeCreateInfo const&() 67908 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&() 67910 return *reinterpret_cast<VkSamplerReductionModeCreateInfo *>( this ); in operator VkSamplerReductionModeCreateInfo&() 67934 sizeof( VkSamplerReductionModeCreateInfo ),
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 6077 typedef struct VkSamplerReductionModeCreateInfo { struct 6081 } VkSamplerReductionModeCreateInfo; typedef 10946 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 6158 typedef struct VkSamplerReductionModeCreateInfo { struct 6162 } VkSamplerReductionModeCreateInfo; argument 11548 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vulkan_static_assertions.hpp | 1291 …LKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo ) == sizeof( VkSamplerReductionModeCreateInfo ),
|
| D | vulkan_structs.hpp | 93249 using NativeType = VkSamplerReductionModeCreateInfo; 93265 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() 93273 …SamplerReductionModeCreateInfo & operator=( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_… in operator =() 93293 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&() 93295 return *reinterpret_cast<const VkSamplerReductionModeCreateInfo *>( this ); in operator VkSamplerReductionModeCreateInfo const&() 93298 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&() 93300 return *reinterpret_cast<VkSamplerReductionModeCreateInfo *>( this ); in operator VkSamplerReductionModeCreateInfo&()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_context.c | 351 VkSamplerReductionModeCreateInfo rci; in zink_create_sampler_state()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 6916 const struct VkSamplerReductionModeCreateInfo *sampler_reduction = in radv_init_sampler()
|