Home
last modified time | relevance | path

Searched refs:VkSamplerYcbcrConversionCreateInfo (Results 1 - 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h14 /* struct VkSamplerYcbcrConversionCreateInfo chain */
24 vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self(const VkSamplerYcbcrConversionCreateInfo *val) in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self()
40 vn_sizeof_VkSamplerYcbcrConversionCreateInfo(const VkSamplerYcbcrConversionCreateInfo *val) in vn_sizeof_VkSamplerYcbcrConversionCreateInfo()
59 vn_encode_VkSamplerYcbcrConversionCreateInfo_self(struct vn_cs_encoder *enc, const VkSamplerYcbcrConversionCreateInfo *val) in vn_encode_VkSamplerYcbcrConversionCreateInfo_self()
73 vn_encode_VkSamplerYcbcrConversionCreateInfo(struct vn_cs_encoder *enc, const VkSamplerYcbcrConversionCreateInfo *val) in vn_encode_VkSamplerYcbcrConversionCreateInfo()
81 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion()
101 static inline void vn_encode_vkCreateSamplerYcbcrConversion(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_encode_vkCreateSamplerYcbcrConversion()
117 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion_reply(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion_reply()
134 static inline VkResult vn_decode_vkCreateSamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_decode_vkCreateSamplerYcbcrConversion_reply()
205 static inline void vn_submit_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInf
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksJson.hpp60 string writeJSON_VkSamplerYcbcrConversionCreateInfo (const vk::VkSamplerYcbcrConversionCreateInfo& pCreateInfo);
70 const std::map<vk::VkSamplerYcbcrConversion, vk::VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions,
82 const std::map<vk::VkSamplerYcbcrConversion, vk::VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions,
122 vk::VkSamplerYcbcrConversionCreateInfo& sycCI);
H A DvksCacheBuilder.cpp37 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerYcbcrConversionFunc) (VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
74 std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo> allSamplerYcbcrConversions; in exportFilesForExternalCompiler()
77 VkSamplerYcbcrConversionCreateInfo sycCI{}; in exportFilesForExternalCompiler()
142 std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo> samplerYcbcrConversions; in exportFilesForExternalCompiler()
686 // decode VkSamplerYcbcrConversionCreateInfo structs and create VkSamplerYcbcrConversions in buildPipelineCache()
689 VkSamplerYcbcrConversionCreateInfo sycCI{}; in buildPipelineCache()
H A DvksJson.cpp171 const std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions, in writeJSON_GraphicsPipeline_vkpccjson()
410 const std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions, in writeJSON_ComputePipeline_vkpccjson()
639 string writeJSON_VkSamplerYcbcrConversionCreateInfo (const VkSamplerYcbcrConversionCreateInfo& pCreateInfo) in writeJSON_VkSamplerYcbcrConversionCreateInfo()
798 VkSamplerYcbcrConversionCreateInfo& sycCI) in readJSON_VkSamplerYcbcrConversionCreateInfo()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSampler.hpp77 SamplerYcbcrConversion(const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, void *mem) in SamplerYcbcrConversion()
91 static size_t ComputeRequiredAllocationSize(const VkSamplerYcbcrConversionCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize()
H A DVkPromotedExtensions.cpp182 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversionKHR()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp323 VkSamplerYcbcrConversionCreateInfo yuvConversionInfo = {}; in initImpl()
324 VkSamplerYcbcrConversionCreateInfo *yuvConversionInfoPtr = nullptr; in initImpl()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.hpp122 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo,
207 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerYcbcrConversionFunc) (VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
286 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo,
H A DvkSafetyCriticalUtil.hpp67 std::size_t calculateSamplerYcbcrConversionHash (const VkSamplerYcbcrConversionCreateInfo& scCI,
H A DvkPlatform.hpp278 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo,
282 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo,
H A DvkPlatform.cpp678 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, in createSamplerYcbcrConversionHandlerNorm()
689 const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, in createSamplerYcbcrConversionHandlerStat()
/third_party/skia/src/gpu/vk/
H A DGrVkSamplerYcbcrConversion.cpp38 VkSamplerYcbcrConversionCreateInfo ycbcrCreateInfo; in Create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp469 VkSamplerYcbcrConversionCreateInfo yuvConversionInfo = {}; in initImpl()
470 VkSamplerYcbcrConversionCreateInfo *yuvConversionInfoPtr = nullptr; in initImpl()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c686 const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, in vn_CreateSamplerYcbcrConversion()
696 VkSamplerYcbcrConversionCreateInfo local_info; in vn_CreateSamplerYcbcrConversion()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c353 const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, in panvk_CreateSamplerYcbcrConversion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp376 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testImageQuery()
559 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testImageQueryLod()
H A DvktYCbCrFormatTests.cpp332 const VkSamplerYcbcrConversionCreateInfo in testFormat()
H A DvktYCbCrFilteringTests.cpp192 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in createYCbCrConversion()
H A DvktYCbCrViewTests.cpp539 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp376 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testImageQuery()
559 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testImageQueryLod()
H A DvktYCbCrFormatTests.cpp332 const VkSamplerYcbcrConversionCreateInfo in testFormat()
H A DvktYCbCrViewTests.cpp491 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in testPlaneView()
H A DvktYCbCrFilteringTests.cpp192 const VkSamplerYcbcrConversionCreateInfo conversionInfo = in createYCbCrConversion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp166 const vk::VkSamplerYcbcrConversionCreateInfo conversionInfo in refreshObjects()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp166 const vk::VkSamplerYcbcrConversionCreateInfo conversionInfo in refreshObjects()

Completed in 25 milliseconds

123