/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_pass.c | 116 subpass->view_mask = multiview_info->pViewMasks[i]; in panvk_CreateRenderPass2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_render_pass.h | 190 if (val->pViewMasks) { in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 192 size += vn_sizeof_uint32_t_array(val->pViewMasks, val->subpassCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self() 237 if (val->pViewMasks) { in vn_encode_VkRenderPassMultiviewCreateInfo_self() 239 vn_encode_uint32_t_array(enc, val->pViewMasks, val->subpassCount); in vn_encode_VkRenderPassMultiviewCreateInfo_self()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkRenderPass.cpp | 253 masks[i] = multiviewCreateInfo->pViewMasks[i]; in init()
|
H A D | libVulkan.cpp | 216 bool zeroMask = (multiviewCreateInfo->pViewMasks[0] == 0); in ValidateRenderPassPNextChain() 219 ASSERT((multiviewCreateInfo->pViewMasks[i] == 0) == zeroMask); in ValidateRenderPassPNextChain()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 258 if (ptr->pViewMasks != DE_NULL) in hashPNextChain() 260 hash_combine(seed, ptr->pViewMasks[i]); in hashPNextChain()
|
H A D | vkPipelineConstructionUtil.cpp | 517 m_viewMasks.push_back(multiView->pViewMasks[i]); in RenderPassWrapper() 650 m_viewMasks.push_back(multiView->pViewMasks[i]); in RenderPassWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 464 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
|
H A D | vktDrawMultiExtTests.cpp | 642 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 447 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
|
H A D | vktDrawMultiExtTests.cpp | 640 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 148 subpasses[i].viewMask = multiview_info->pViewMasks[i]; in vk_common_CreateRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.cpp | 765 multiviewInfo.pViewMasks[subpass], &subpassDescriptions[subpass]); in CreateRenderPass2() 1233 multiviewInfo.pViewMasks = viewMasks.data(); in InitializeRenderPassFromDesc()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 16318 _OUT << "\"pViewMasks\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo() 16320 if (obj.pViewMasks) { in print_VkRenderPassMultiviewCreateInfo() 16324 print_uint32_t(obj.pViewMasks[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo() 16390 _OUT << "\"pViewMasks\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo() 16392 if (obj->pViewMasks) { in print_VkRenderPassMultiviewCreateInfo() 16396 print_uint32_t(obj->pViewMasks[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo() [all...] |
H A D | vulkan_json_parser.hpp | 8066 (o.pViewMasks) = (deUint32*)s_globalMem.allocate((o.subpassCount), sizeof(deUint32)); in parse_VkRenderPassMultiviewCreateInfo() 8067 Json::Value& obj_pViewMasks_arr = obj["pViewMasks"]; in parse_VkRenderPassMultiviewCreateInfo() 8069 parse_uint32_t("pViewMasks", obj_pViewMasks_arr[i], const_cast<deUint32&>((o.pViewMasks[i]))); in parse_VkRenderPassMultiviewCreateInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 66927 const uint32_t * pViewMasks = {}; global() member [all...] |
H A D | vulkan_core.h | 4894 const uint32_t* pViewMasks; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2271 const uint32_t * pViewMasks; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3835 const uint32_t* pViewMasks; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4800 const uint32_t* pViewMasks; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5158 const uint32_t* pViewMasks; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4943 const uint32_t* pViewMasks; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 5311 const uint32_t* pViewMasks; member
|