/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 88 - VkPipelineColorBlendAttachmentState::blendEnable 92 - VkPipelineColorBlendAttachmentState::srcColorBlendFactor 93 - VkPipelineColorBlendAttachmentState::dstColorBlendFactor 94 - VkPipelineColorBlendAttachmentState::colorBlendOp 95 - VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor 96 - VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor 97 - VkPipelineColorBlendAttachmentState::alphaBlendOp 101 - VkPipelineColorBlendAttachmentState::colorWriteMask 131 - VkPipelineColorBlendAttachmentState::colorBlendOp
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 76 slink:VkPipelineColorBlendAttachmentState elements in 88 slink:VkPipelineColorBlendAttachmentState structures defining blend 130 pname:attachmentCount valid slink:VkPipelineColorBlendAttachmentState 186 [open,refpage='VkPipelineColorBlendAttachmentState',desc='Structure specifying a pipeline color ble… 188 The sname:VkPipelineColorBlendAttachmentState structure is defined as: 190 include::{generated}/api/structs/VkPipelineColorBlendAttachmentState.adoc[] 215 * [[VUID-VkPipelineColorBlendAttachmentState-srcColorBlendFactor-00608]] 222 * [[VUID-VkPipelineColorBlendAttachmentState-dstColorBlendFactor-00609]] 229 * [[VUID-VkPipelineColorBlendAttachmentState-srcAlphaBlendFactor-00610]] 236 * [[VUID-VkPipelineColorBlendAttachmentState-dstAlphaBlendFactor-00611]] [all …]
|
D | pipelines.adoc | 5291 pipeline state with sname:VkPipelineColorBlendAttachmentState member 5559 pname:blendEnable state in slink:VkPipelineColorBlendAttachmentState 5566 slink:VkPipelineColorBlendAttachmentState will be ignored and must: be 5570 pname:colorWriteMask state in slink:VkPipelineColorBlendAttachmentState 5608 pname:colorBlendOp state in slink:VkPipelineColorBlendAttachmentState,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 466 VkPipelineColorBlendAttachmentState cb_att[MESA_VK_MAX_COLOR_ATTACHMENTS]; in vk_meta_create_graphics_pipeline() 469 cb_att[i] = (VkPipelineColorBlendAttachmentState) { in vk_meta_create_graphics_pipeline()
|
D | vk_graphics_state.c | 976 … const VkPipelineColorBlendAttachmentState *att = full_dynamic ? NULL : &cb_info->pAttachments[a]; in vk_color_blend_state_init()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 303 const VkPipelineColorBlendAttachmentState* from, 304 VkPipelineColorBlendAttachmentState* to);
|
D | goldfish_vk_transform_guest.h | 477 ResourceTracker* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform); 480 ResourceTracker* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 578 const VkPipelineColorBlendAttachmentState* forMarshaling); 582 VkPipelineColorBlendAttachmentState* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 1418 ResourceTracker* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform) { in transform_tohost_VkPipelineColorBlendAttachmentState() 1424 ResourceTracker* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform) { in transform_fromhost_VkPipelineColorBlendAttachmentState() 1441 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_tohost_VkPipelineColorBlendStateCreateInfo() 1459 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_counting_guest.h | 277 const VkPipelineColorBlendAttachmentState* toCount,
|
D | goldfish_vk_reserved_marshaling_guest.h | 318 const VkPipelineColorBlendAttachmentState* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 1355 const VkPipelineColorBlendAttachmentState* from, in deepcopy_VkPipelineColorBlendAttachmentState() 1356 VkPipelineColorBlendAttachmentState* to) { in deepcopy_VkPipelineColorBlendAttachmentState() 1385 to->pAttachments = (VkPipelineColorBlendAttachmentState*)alloc->alloc( in deepcopy_VkPipelineColorBlendStateCreateInfo() 1386 from->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in deepcopy_VkPipelineColorBlendStateCreateInfo() 1391 (VkPipelineColorBlendAttachmentState*)(to->pAttachments + i)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1492 const VkPipelineColorBlendAttachmentState* toCount, in count_VkPipelineColorBlendAttachmentState() 1528 (const VkPipelineColorBlendAttachmentState*)(toCount->pAttachments + i), count); in count_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2698 const VkPipelineColorBlendAttachmentState* forMarshaling) { in marshal_VkPipelineColorBlendAttachmentState() 2713 VkPipelineColorBlendAttachmentState* forUnmarshaling) { in unmarshal_VkPipelineColorBlendAttachmentState() 2744 (const VkPipelineColorBlendAttachmentState*)(forMarshaling->pAttachments + i)); in marshal_VkPipelineColorBlendStateCreateInfo() 2768 (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 296 const VkPipelineColorBlendAttachmentState* from, 297 VkPipelineColorBlendAttachmentState* to);
|
D | goldfish_vk_transform.h | 483 VkDecoderGlobalState* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform); 486 VkDecoderGlobalState* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform);
|
D | goldfish_vk_marshaling.h | 564 const VkPipelineColorBlendAttachmentState* forMarshaling); 568 VkPipelineColorBlendAttachmentState* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 1421 VkDecoderGlobalState* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform) { in transform_tohost_VkPipelineColorBlendAttachmentState() 1427 VkDecoderGlobalState* resourceTracker, VkPipelineColorBlendAttachmentState* toTransform) { in transform_fromhost_VkPipelineColorBlendAttachmentState() 1444 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_tohost_VkPipelineColorBlendStateCreateInfo() 1462 (VkPipelineColorBlendAttachmentState*)(toTransform->pAttachments + i)); in transform_fromhost_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.h | 299 VkPipelineColorBlendAttachmentState* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 1355 const VkPipelineColorBlendAttachmentState* from, in deepcopy_VkPipelineColorBlendAttachmentState() 1356 VkPipelineColorBlendAttachmentState* to) { in deepcopy_VkPipelineColorBlendAttachmentState() 1385 to->pAttachments = (VkPipelineColorBlendAttachmentState*)alloc->alloc( in deepcopy_VkPipelineColorBlendStateCreateInfo() 1386 from->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in deepcopy_VkPipelineColorBlendStateCreateInfo() 1391 (VkPipelineColorBlendAttachmentState*)(to->pAttachments + i)); in deepcopy_VkPipelineColorBlendStateCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 3077 const VkPipelineColorBlendAttachmentState* forMarshaling) { in marshal_VkPipelineColorBlendAttachmentState() 3092 VkPipelineColorBlendAttachmentState* forUnmarshaling) { in unmarshal_VkPipelineColorBlendAttachmentState() 3123 (const VkPipelineColorBlendAttachmentState*)(forMarshaling->pAttachments + i)); in marshal_VkPipelineColorBlendStateCreateInfo() 3157 forUnmarshaling->attachmentCount * sizeof(const VkPipelineColorBlendAttachmentState)); in unmarshal_VkPipelineColorBlendStateCreateInfo() 3162 (VkPipelineColorBlendAttachmentState*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkPipelineColorBlendStateCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 270 const VkPipelineColorBlendAttachmentState colorBlendAttachment = { in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1576 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 268 …_NAMESPACE::PipelineColorBlendAttachmentState ) == sizeof( VkPipelineColorBlendAttachmentState ), …
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3604 typedef struct VkPipelineColorBlendAttachmentState { struct 3613 } VkPipelineColorBlendAttachmentState; argument 3622 const VkPipelineColorBlendAttachmentState* pAttachments;
|