Home
last modified time | relevance | path

Searched refs:VkSamplerReductionModeCreateInfo (Results 1 – 25 of 123) sorted by relevance

12345

/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_sampler.h29 …ReductionModeCreateInfo_self_temp(struct vn_cs_decoder *dec, VkSamplerReductionModeCreateInfo *val) in vn_decode_VkSamplerReductionModeCreateInfo_self_temp()
36 …mplerReductionModeCreateInfo_temp(struct vn_cs_decoder *dec, VkSamplerReductionModeCreateInfo *val) in vn_decode_VkSamplerReductionModeCreateInfo_temp()
49 vn_replace_VkSamplerReductionModeCreateInfo_handle_self(VkSamplerReductionModeCreateInfo *val) in vn_replace_VkSamplerReductionModeCreateInfo_handle_self()
57 vn_replace_VkSamplerReductionModeCreateInfo_handle(VkSamplerReductionModeCreateInfo *val) in vn_replace_VkSamplerReductionModeCreateInfo_handle()
64 …vn_replace_VkSamplerReductionModeCreateInfo_handle_self((VkSamplerReductionModeCreateInfo *)pnext); in vn_replace_VkSamplerReductionModeCreateInfo_handle()
155 pnext = vn_cs_decoder_alloc_temp(dec, sizeof(VkSamplerReductionModeCreateInfo)); in vn_decode_VkSamplerCreateInfo_pnext_temp()
159 …vn_decode_VkSamplerReductionModeCreateInfo_self_temp(dec, (VkSamplerReductionModeCreateInfo *)pnex… in vn_decode_VkSamplerCreateInfo_pnext_temp()
252 …vn_replace_VkSamplerReductionModeCreateInfo_handle_self((VkSamplerReductionModeCreateInfo *)pnext); in vn_replace_VkSamplerCreateInfo_handle()
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler.h24 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()
197 …e += vn_sizeof_VkSamplerReductionModeCreateInfo_self((const VkSamplerReductionModeCreateInfo *)pne… in vn_sizeof_VkSamplerCreateInfo_pnext()
278 …vn_encode_VkSamplerReductionModeCreateInfo_self(enc, (const VkSamplerReductionModeCreateInfo *)pne… in vn_encode_VkSamplerCreateInfo_pnext()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A Dgoldfish_vk_extension_structs_guest.cpp233 return sizeof(VkSamplerReductionModeCreateInfo); in goldfish_vk_extension_struct_size()
869 return sizeof(VkSamplerReductionModeCreateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
H A Dgoldfish_vk_deepcopy_guest.h831 const VkSamplerReductionModeCreateInfo* from,
832 VkSamplerReductionModeCreateInfo* to);
H A Dgoldfish_vk_transform_guest.h1285 ResourceTracker* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform);
1288 ResourceTracker* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform);
H A Dgoldfish_vk_marshaling_guest.h1608 const VkSamplerReductionModeCreateInfo* forMarshaling);
1612 VkSamplerReductionModeCreateInfo* forUnmarshaling);
H A Dgoldfish_vk_transform_guest.cpp4318 ResourceTracker* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform) { in transform_tohost_VkSamplerReductionModeCreateInfo()
4327 ResourceTracker* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform) { in transform_fromhost_VkSamplerReductionModeCreateInfo()
8378 reinterpret_cast<VkSamplerReductionModeCreateInfo*>(structExtension_out)); in transform_tohost_extension_struct()
9489 reinterpret_cast<VkSamplerReductionModeCreateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
H A Dgoldfish_vk_reserved_marshaling_guest.h858 const VkSamplerReductionModeCreateInfo* forMarshaling, uint8_t** ptr);
H A Dgoldfish_vk_counting_guest.h752 const VkSamplerReductionModeCreateInfo* toCount,
H A Dgoldfish_vk_deepcopy_guest.cpp4511 const VkSamplerReductionModeCreateInfo* from, in deepcopy_VkSamplerReductionModeCreateInfo()
4512 VkSamplerReductionModeCreateInfo* to) { in deepcopy_VkSamplerReductionModeCreateInfo()
9182 reinterpret_cast<const VkSamplerReductionModeCreateInfo*>(structExtension), in deepcopy_extension_struct()
9183 reinterpret_cast<VkSamplerReductionModeCreateInfo*>(structExtension_out)); in deepcopy_extension_struct()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_sampler.c127 const VkSamplerReductionModeCreateInfo *rm_info = (void *)ext; in vk_sampler_create()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp182 const VkSamplerReductionModeCreateInfo m_reductionCreaterInfo;
201 const VkSamplerReductionModeCreateInfo m_reductionCreaterInfo;
635 VkSamplerReductionModeCreateInfo getSamplerReductionCreateInfo(VkSamplerReductionMode reductionMode) in getSamplerReductionCreateInfo()
637 const VkSamplerReductionModeCreateInfo ret = { in getSamplerReductionCreateInfo()
H A DvktPipelineImageSamplingInstance.cpp270 pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo *>(pNext)->pNext; in checkSupportImageSamplingInstance()
424 pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo *>(pNext)->pNext; in setup()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp290 VkSamplerReductionModeCreateInfo *ptr = (VkSamplerReductionModeCreateInfo *)pNext; in hashPNextChain()
H A DvkImageUtil.cpp4285 const VkSamplerReductionModeCreateInfo reductionModeCreateInfo = in mapVkSampler()
4286 *reinterpret_cast<const VkSamplerReductionModeCreateInfo *>(pNext); in mapVkSampler()
4288 … pNext = reinterpret_cast<const VkSamplerReductionModeCreateInfo *>(pNext)->pNext; in mapVkSampler()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp232 return sizeof(VkSamplerReductionModeCreateInfo); in goldfish_vk_extension_struct_size()
2346 return sizeof(VkSamplerReductionModeCreateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h826 const VkSamplerReductionModeCreateInfo* from,
827 VkSamplerReductionModeCreateInfo* to);
Dgoldfish_vk_transform.h1315 VkDecoderGlobalState* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform);
1318 VkDecoderGlobalState* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform);
Dgoldfish_vk_marshaling.h1579 const VkSamplerReductionModeCreateInfo* forMarshaling);
1582 VkSamplerReductionModeCreateInfo* forUnmarshaling);
Dgoldfish_vk_transform.cpp4346 VkDecoderGlobalState* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform) { in transform_tohost_VkSamplerReductionModeCreateInfo()
4355 VkDecoderGlobalState* resourceTracker, VkSamplerReductionModeCreateInfo* toTransform) { in transform_fromhost_VkSamplerReductionModeCreateInfo()
9266 reinterpret_cast<VkSamplerReductionModeCreateInfo*>(structExtension_out)); in transform_tohost_extension_struct()
10516 reinterpret_cast<VkSamplerReductionModeCreateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h823 VkSamplerReductionModeCreateInfo* forUnmarshaling, uint8_t** ptr);
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkGetStructureTypeImpl.inl866 template<> VkStructureType getStructureType<VkSamplerReductionModeCreateInfo> (void)
H A DvkStructTypes.inl2422 struct VkSamplerReductionModeCreateInfo struct
4372 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h5398 typedef struct VkSamplerReductionModeCreateInfo { struct
5402 } VkSamplerReductionModeCreateInfo; argument
8769 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h5398 typedef struct VkSamplerReductionModeCreateInfo { struct
5402 } VkSamplerReductionModeCreateInfo; argument
8769 typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT;

12345