Home
last modified time | relevance | path

Searched refs:pViewOffsets (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h197 if (val->pViewOffsets) { in vn_sizeof_VkRenderPassMultiviewCreateInfo_self()
199 size += vn_sizeof_int32_t_array(val->pViewOffsets, val->dependencyCount); in vn_sizeof_VkRenderPassMultiviewCreateInfo_self()
244 if (val->pViewOffsets) { in vn_encode_VkRenderPassMultiviewCreateInfo_self()
246 vn_encode_int32_t_array(enc, val->pViewOffsets, val->dependencyCount); in vn_encode_VkRenderPassMultiviewCreateInfo_self()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp261 if (ptr->pViewOffsets != DE_NULL) in hashPNextChain()
263 hash_combine(seed, ptr->pViewOffsets[i]); in hashPNextChain()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp467 renderPassMultiviewCreateInfo.pViewOffsets = DE_NULL; in InstancedDrawInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp450 renderPassMultiviewCreateInfo.pViewOffsets = DE_NULL; in InstancedDrawInstance()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c212 dependencies[i].viewOffset = multiview_info->pViewOffsets[i]; in vk_common_CreateRenderPass()
1915 * pViewOffsets[dependency] in the source subpass. If there is not in begin_subpass()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp230 if(multiviewCreateInfo->pViewOffsets[i] != 0) in ValidateRenderPassPNextChain()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp16335 _OUT << "\"pViewOffsets\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo()
16337 if (obj.pViewOffsets) { in print_VkRenderPassMultiviewCreateInfo()
16341 print_int32_t(obj.pViewOffsets[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo()
16407 _OUT << "\"pViewOffsets\":" << std::endl; in print_VkRenderPassMultiviewCreateInfo()
16409 if (obj->pViewOffsets) { in print_VkRenderPassMultiviewCreateInfo()
16413 print_int32_t(obj->pViewOffsets[i], "", isCommaNeeded); in print_VkRenderPassMultiviewCreateInfo()
[all...]
H A Dvulkan_json_parser.hpp8074 (o.pViewOffsets) = (deInt32*)s_globalMem.allocate((o.dependencyCount), sizeof(deInt32)); in parse_VkRenderPassMultiviewCreateInfo()
8075 Json::Value& obj_pViewOffsets_arr = obj["pViewOffsets"]; in parse_VkRenderPassMultiviewCreateInfo()
8077 parse_int32_t("pViewOffsets", obj_pViewOffsets_arr[i], const_cast<deInt32&>((o.pViewOffsets[i]))); in parse_VkRenderPassMultiviewCreateInfo()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp66929 const int32_t * pViewOffsets = {}; global() member
[all...]
H A Dvulkan_core.h4896 const int32_t* pViewOffsets; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2273 const int32_t * pViewOffsets; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3837 const int32_t* pViewOffsets; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4802 const int32_t* pViewOffsets; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5160 const int32_t* pViewOffsets; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4945 const int32_t* pViewOffsets; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h5313 const int32_t* pViewOffsets; member
H A Dvulkan_hash.hpp13764 VULKAN_HPP_HASH_COMBINE( seed, renderPassMultiviewCreateInfo.pViewOffsets );

Completed in 488 milliseconds