Searched refs:prop_count (Results 1 - 5 of 5) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 3802 uint32_t prop_count = 0; in TEST() local 3803 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPropertiesKHR(physical_device, &prop_count, nullptr)); in TEST() 3804 ASSERT_EQ(env.get_test_icd(0).physical_devices.back().display_properties.size(), prop_count); in TEST() 3805 props.resize(prop_count); in TEST() 3806 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPropertiesKHR(physical_device, &prop_count, props.data())); in TEST() 3807 ASSERT_EQ(env.get_test_icd(0).physical_devices.back().display_properties.size(), prop_count); in TEST() 3892 uint32_t prop_count = 0; in TEST() local 3893 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPropertiesKHR(physical_devices[dev], &prop_count, nullptr)); in TEST() 3897 ASSERT_EQ(0U, prop_count); in TEST() 3899 ASSERT_EQ(cur_dev.display_properties.size(), prop_count); in TEST() 3990 uint32_t prop_count = 0; TEST() local 4080 uint32_t prop_count = 0; TEST() local 4922 uint32_t prop_count = 0; TEST() local 5010 uint32_t prop_count = 0; TEST() local 5096 uint32_t prop_count = 0; TEST() local 5183 uint32_t prop_count = 0; TEST() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_parse.c | 254 uint prop_count; in tgsi_parse_token() local 259 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token() 260 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 2039 unsigned int prop_count = 0; in main() local 2126 (prop_count + 1) * sizeof *prop_args); in main() 2131 memset(&prop_args[prop_count], 0, sizeof(*prop_args)); in main() 2133 if (parse_property(&prop_args[prop_count], optarg) < 0) in main() 2136 prop_count++; in main() 2191 for (i = 0; i < prop_count; ++i) in main()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 2745 uint32_t prop_count = 0; local 2753 &prop_count, NULL); 2757 props = calloc(prop_count, sizeof(*props)); 2762 &prop_count, props); 2766 for (unsigned exec_idx = 0; exec_idx < prop_count; exec_idx++) {
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1963 unsigned prop_count = ARRAY_SIZE(props); in zink_get_sparse_texture_virtual_page_size() local 1968 &prop_count, props); in zink_get_sparse_texture_virtual_page_size() 1969 if (!prop_count) { in zink_get_sparse_texture_virtual_page_size()
|
Completed in 19 milliseconds