Home
last modified time | relevance | path

Searched refs:props2 (Results 51 - 54 of 54) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c205 VkImageFormatProperties2 props2; in check_ici() local
206 props2.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in check_ici()
207 props2.pNext = NULL; in check_ici()
212 props2.pNext = &ycbcr_props; in check_ici()
233 ret = VKSCR(GetPhysicalDeviceImageFormatProperties2)(screen->pdev, &info, &props2); in check_ici()
237 image_props = props2.imageFormatProperties; in check_ici()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1431 VkPhysicalDeviceMemoryProperties2 *props2) in tu_GetPhysicalDeviceMemoryProperties2()
1435 VkPhysicalDeviceMemoryProperties *props = &props2->memoryProperties; in tu_GetPhysicalDeviceMemoryProperties2()
1447 vk_foreach_struct(ext, props2->pNext) in tu_GetPhysicalDeviceMemoryProperties2()
1430 tu_GetPhysicalDeviceMemoryProperties2(VkPhysicalDevice pdev, VkPhysicalDeviceMemoryProperties2 *props2) tu_GetPhysicalDeviceMemoryProperties2() argument
/third_party/lzma/C/
H A DLzmaEnc.c110 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() argument
112 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize()
533 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props2) in LzmaEnc_SetProps() argument
536 CLzmaEncProps props = *props2; in LzmaEnc_SetProps()
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp2040 VkPhysicalDeviceProperties2 props2{}; in TEST()
2041 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TEST()
2042 layer.instance_dispatch_table.GetPhysicalDeviceProperties2(phys_dev, &props2); in TEST()
2073 VkPhysicalDeviceProperties2KHR props2{}; in TEST()
2074 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR; in TEST()
2075 layer.instance_dispatch_table.GetPhysicalDeviceProperties2KHR(phys_dev, &props2); in TEST()

Completed in 22 milliseconds

123