Home
last modified time | relevance | path

Searched refs:pViewMasks (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pass.c116 subpass->view_mask = multiview_info->pViewMasks[i]; in panvk_CreateRenderPass2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h190 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 DVkRenderPass.cpp253 masks[i] = multiviewCreateInfo->pViewMasks[i]; in init()
H A DlibVulkan.cpp216 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 DvkSafetyCriticalUtil.cpp258 if (ptr->pViewMasks != DE_NULL) in hashPNextChain()
260 hash_combine(seed, ptr->pViewMasks[i]); in hashPNextChain()
H A DvkPipelineConstructionUtil.cpp517 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 DvktDrawInstancedTests.cpp464 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
H A DvktDrawMultiExtTests.cpp642 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp447 renderPassMultiviewCreateInfo.pViewMasks = &viewMask; in InstancedDrawInstance()
H A DvktDrawMultiExtTests.cpp640 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in makeMultidrawRenderPass()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c148 subpasses[i].viewMask = multiview_info->pViewMasks[i]; in vk_common_CreateRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp245 multiviewCreateInfo->pViewMasks = de::dataOrNull(viewMasks); in createCustomRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp765 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 Dvulkan_json_data.hpp16318 _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 Dvulkan_json_parser.hpp8066 (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 Dvulkan_structs.hpp66927 const uint32_t * pViewMasks = {}; global() member
[all...]
H A Dvulkan_core.h4894 const uint32_t* pViewMasks; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2271 const uint32_t * pViewMasks; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3835 const uint32_t* pViewMasks; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4800 const uint32_t* pViewMasks; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5158 const uint32_t* pViewMasks; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4943 const uint32_t* pViewMasks; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h5311 const uint32_t* pViewMasks; member

Completed in 466 milliseconds

12