/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.h | 162 VkAttachmentSampleCountInfoAMD sample_count_info_amd; 342 const VkAttachmentSampleCountInfoAMD *
|
D | vk_render_pass.c | 698 subpass->sample_count_info_amd = (VkAttachmentSampleCountInfoAMD) { in vk_common_CreateRenderPass2() 861 const VkAttachmentSampleCountInfoAMD *
|
D | vk_graphics_state.c | 1127 const VkAttachmentSampleCountInfoAMD *asc_info = in vk_render_pass_state_init()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_extension_structs_guest.cpp | 575 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size() 1194 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy_guest.h | 1185 const VkAttachmentSampleCountInfoAMD* from, 1186 VkAttachmentSampleCountInfoAMD* to);
|
D | goldfish_vk_transform_guest.h | 1814 VkAttachmentSampleCountInfoAMD* toTransform); 1817 VkAttachmentSampleCountInfoAMD* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 2262 const VkAttachmentSampleCountInfoAMD* forMarshaling); 2265 VkAttachmentSampleCountInfoAMD* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 6143 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()
|
D | goldfish_vk_counting_guest.h | 1068 const VkAttachmentSampleCountInfoAMD* toCount,
|
D | goldfish_vk_reserved_marshaling_guest.h | 1194 const VkAttachmentSampleCountInfoAMD* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 6566 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()
|
D | goldfish_vk_counting_guest.cpp | 5759 const VkAttachmentSampleCountInfoAMD* toCount, in count_VkAttachmentSampleCountInfoAMD() 8160 reinterpret_cast<const VkAttachmentSampleCountInfoAMD*>(structExtension), count); in count_extension_struct()
|
D | goldfish_vk_marshaling_guest.cpp | 10890 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/ |
D | goldfish_vk_extension_structs.cpp | 589 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size() 1254 return sizeof(VkAttachmentSampleCountInfoAMD); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 1209 const VkAttachmentSampleCountInfoAMD* from, 1210 VkAttachmentSampleCountInfoAMD* to);
|
D | goldfish_vk_transform.h | 1922 VkAttachmentSampleCountInfoAMD* toTransform); 1925 VkAttachmentSampleCountInfoAMD* toTransform);
|
D | goldfish_vk_marshaling.h | 2288 const VkAttachmentSampleCountInfoAMD* forMarshaling); 2291 VkAttachmentSampleCountInfoAMD* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 6343 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()
|
D | goldfish_vk_reserved_marshaling.h | 1183 VkAttachmentSampleCountInfoAMD* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 6773 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/ |
D | VK_KHR_dynamic_rendering.adoc | 186 typedef struct VkAttachmentSampleCountInfoAMD { 193 } VkAttachmentSampleCountInfoAMD; 195 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
|
D | VK_EXT_graphics_pipeline_library.adoc | 299 * link:{refpage}VkAttachmentSampleCountInfoAMD.html[VkAttachmentSampleCountInfoAMD/NV]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 994 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/ |
D | draw_common.adoc | 1192 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/ |
D | vulkan_core.h | 8429 typedef struct VkAttachmentSampleCountInfoAMD { struct 8435 } VkAttachmentSampleCountInfoAMD; typedef 8437 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
|