| /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/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 7844 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vkVulkan_c.inl | 6822 typedef struct VkSamplerReductionModeCreateInfo { struct 6826 } VkSamplerReductionModeCreateInfo; argument 10933 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vkStrUtil.inl | 730 std::ostream& operator<< (std::ostream& s, const VkSamplerReductionModeCreateInfo& value);
|
| D | vkStrUtilImpl.inl | 7449 std::ostream& operator<< (std::ostream& s, const VkSamplerReductionModeCreateInfo& value) 7451 s << "VkSamplerReductionModeCreateInfo = {\n";
|
| /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/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 5810 typedef struct VkSamplerReductionModeCreateInfo { struct 5814 } VkSamplerReductionModeCreateInfo; typedef 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; argument 10946 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 6187 typedef struct VkSamplerReductionModeCreateInfo { struct 6191 } VkSamplerReductionModeCreateInfo; typedef 11069 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
|
| D | vulkan_static_assertions.hpp | 1291 …LKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo ) == sizeof( VkSamplerReductionModeCreateInfo ),
|
| D | vulkan_structs.hpp | 87693 using NativeType = VkSamplerReductionModeCreateInfo; 87709 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() 87717 …SamplerReductionModeCreateInfo & operator=( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_… in operator =() 87737 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&() 87739 return *reinterpret_cast<const VkSamplerReductionModeCreateInfo *>( this ); in operator VkSamplerReductionModeCreateInfo const&() 87742 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&() 87744 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()
|