Home
last modified time | relevance | path

Searched refs:VkAttachmentSampleCountInfoAMD (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h162 VkAttachmentSampleCountInfoAMD sample_count_info_amd;
342 const VkAttachmentSampleCountInfoAMD *
Dvk_render_pass.c698 subpass->sample_count_info_amd = (VkAttachmentSampleCountInfoAMD) { in vk_common_CreateRenderPass2()
861 const VkAttachmentSampleCountInfoAMD *
Dvk_graphics_state.c1127 const VkAttachmentSampleCountInfoAMD *asc_info = in vk_render_pass_state_init()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp575 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size()
1194 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.h1185 const VkAttachmentSampleCountInfoAMD* from,
1186 VkAttachmentSampleCountInfoAMD* to);
Dgoldfish_vk_transform_guest.h1814 VkAttachmentSampleCountInfoAMD* toTransform);
1817 VkAttachmentSampleCountInfoAMD* toTransform);
Dgoldfish_vk_marshaling_guest.h2262 const VkAttachmentSampleCountInfoAMD* forMarshaling);
2265 VkAttachmentSampleCountInfoAMD* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp6143 VkAttachmentSampleCountInfoAMD* toTransform) { in transform_tohost_VkAttachmentSampleCountInfoAMD()
6152 ResourceTracker* resourceTracker, VkAttachmentSampleCountInfoAMD* toTransform) { in transform_fromhost_VkAttachmentSampleCountInfoAMD()
8672 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in transform_tohost_extension_struct()
9752 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_counting_guest.h1068 const VkAttachmentSampleCountInfoAMD* toCount,
Dgoldfish_vk_reserved_marshaling_guest.h1194 const VkAttachmentSampleCountInfoAMD* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp6566 const VkAttachmentSampleCountInfoAMD* from, in deepcopy_VkAttachmentSampleCountInfoAMD()
6567 VkAttachmentSampleCountInfoAMD* to) { in deepcopy_VkAttachmentSampleCountInfoAMD()
9538 reinterpret_cast<const VkAttachmentSampleCountInfoAMD*>(structExtension), in deepcopy_extension_struct()
9539 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_counting_guest.cpp5759 const VkAttachmentSampleCountInfoAMD* toCount, in count_VkAttachmentSampleCountInfoAMD()
8160 reinterpret_cast<const VkAttachmentSampleCountInfoAMD*>(structExtension), count); in count_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp10890 const VkAttachmentSampleCountInfoAMD* forMarshaling) { in marshal_VkAttachmentSampleCountInfoAMD()
10910 VkAttachmentSampleCountInfoAMD* forUnmarshaling) { in unmarshal_VkAttachmentSampleCountInfoAMD()
14339 reinterpret_cast<const VkAttachmentSampleCountInfoAMD*>(structExtension)); in marshal_extension_struct()
15545 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in unmarshal_extension_struct()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp589 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size()
1254 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h1209 const VkAttachmentSampleCountInfoAMD* from,
1210 VkAttachmentSampleCountInfoAMD* to);
Dgoldfish_vk_transform.h1922 VkAttachmentSampleCountInfoAMD* toTransform);
1925 VkAttachmentSampleCountInfoAMD* toTransform);
Dgoldfish_vk_marshaling.h2288 const VkAttachmentSampleCountInfoAMD* forMarshaling);
2291 VkAttachmentSampleCountInfoAMD* forUnmarshaling);
Dgoldfish_vk_transform.cpp6343 VkAttachmentSampleCountInfoAMD* toTransform) { in transform_tohost_VkAttachmentSampleCountInfoAMD()
6352 VkDecoderGlobalState* resourceTracker, VkAttachmentSampleCountInfoAMD* toTransform) { in transform_fromhost_VkAttachmentSampleCountInfoAMD()
9198 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in transform_tohost_extension_struct()
10358 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h1183 VkAttachmentSampleCountInfoAMD* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp6773 const VkAttachmentSampleCountInfoAMD* from, in deepcopy_VkAttachmentSampleCountInfoAMD()
6774 VkAttachmentSampleCountInfoAMD* to) { in deepcopy_VkAttachmentSampleCountInfoAMD()
10133 reinterpret_cast<const VkAttachmentSampleCountInfoAMD*>(structExtension), in deepcopy_extension_struct()
10134 reinterpret_cast<VkAttachmentSampleCountInfoAMD*>(structExtension_out)); in deepcopy_extension_struct()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc186 typedef struct VkAttachmentSampleCountInfoAMD {
193 } VkAttachmentSampleCountInfoAMD;
195 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
DVK_EXT_graphics_pipeline_library.adoc299 * link:{refpage}VkAttachmentSampleCountInfoAMD.html[VkAttachmentSampleCountInfoAMD/NV]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc994 pname:pInheritanceInfo includes a slink:VkAttachmentSampleCountInfoAMD
1486 [open,refpage='VkAttachmentSampleCountInfoAMD',desc='Structure specifying command buffer inheritanc…
1489 ifdef::VK_AMD_mixed_attachment_samples[sname:VkAttachmentSampleCountInfoAMD]
1495 include::{generated}/api/structs/VkAttachmentSampleCountInfoAMD.adoc[]
1519 sname:VkAttachmentSampleCountInfoAMD, then this structure defines the sample
1521 If sname:VkAttachmentSampleCountInfoAMD is not included, the value of
1530 sname:VkAttachmentSampleCountInfoAMD can: also be included in the
1543 include::{generated}/validity/structs/VkAttachmentSampleCountInfoAMD.adoc[]
3064 slink:VkAttachmentSampleCountInfoAMD or
3070 slink:VkAttachmentSampleCountInfoAMD or
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1192 slink:VkAttachmentSampleCountInfoAMD or
1201 slink:VkAttachmentSampleCountInfoAMD or
1207 a slink:VkAttachmentSampleCountInfoAMD or
1212 slink:VkAttachmentSampleCountInfoAMD or
1219 a slink:VkAttachmentSampleCountInfoAMD or
1224 slink:VkAttachmentSampleCountInfoAMD or
1231 slink:VkAttachmentSampleCountInfoAMD or
1246 without a slink:VkAttachmentSampleCountInfoAMD or
1257 without a slink:VkAttachmentSampleCountInfoAMD or
1279 slink:VkAttachmentSampleCountInfoAMD or
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8429 typedef struct VkAttachmentSampleCountInfoAMD { struct
8435 } VkAttachmentSampleCountInfoAMD; typedef
8437 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;

12