Searched refs:device_version (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_extensions.py | 28 device_version = (1,0,0) variable in Version 32 self.device_version = version 42 + str(self.device_version[0]) 44 + str(self.device_version[1]) 46 + str(self.device_version[2])
|
H A D | zink_screen.c | 1372 screen->info.device_version = screen->info.props.apiVersion; in choose_pdev() 1375 screen->vk_version = MIN2(screen->info.device_version, screen->instance_info.loader_version); in choose_pdev()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 314 uint32_t device_version = VK_API_VERSION_1_0; in TEST() local 321 device_version = VK_API_VERSION_1_1; in TEST() 323 FillInRandomDeviceProps(cur_dev.properties, device_version, rand_vendor_id, rand_driver_vers); in TEST() 681 uint32_t device_version = VK_API_VERSION_1_0; in TEST() local 688 device_version = VK_API_VERSION_1_1; in TEST() 692 FillInRandomDeviceProps(cur_dev.properties, device_version, rand_vendor_id, rand_driver_vers); in TEST() 965 uint32_t device_version = VK_API_VERSION_1_0; in TEST() local 972 device_version = VK_API_VERSION_1_1; in TEST() 976 FillInRandomDeviceProps(cur_dev.properties, device_version, rand_vendor_id, rand_driver_vers); in TEST() 1342 uint32_t device_version in TEST() local 1649 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 1995 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 2412 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 2677 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 2937 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 3196 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 3432 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 3643 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 3847 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4035 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4220 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4409 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4571 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4788 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 4975 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 5148 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 5320 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 5488 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 5622 uint32_t device_version = VK_API_VERSION_1_0; TEST() local 5775 uint32_t device_version = VK_API_VERSION_1_0; TEST() local [all...] |
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | api.py | 141 device_version = self.read_file_on_device(device_version_file, 144 if not device_version: 145 device_version = VERSION_NONE 146 if device_version != host_version:
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 186 const cl_version device_version) { in get_language_version() 203 const auto device_ver = get_cl_version(device_version); in get_language_version() 212 return get_lang_standard_from_version(device_version); in get_language_version() 321 const auto dev_version = dev.device_version(); in compile() 545 debug::log(".spvasm", spirv::print_module(binary, dev.device_version())); in compile_to_spirv() 185 get_language_version(const std::vector<std::string> &opts, const cl_version device_version) get_language_version() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.hpp | 97 cl_version device_version() const;
|
H A D | device.cpp | 527 device::device_version() const { in device_version() function in device
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 782 if (validate && !is_valid_spirv(source, dev.device_version(), r_log)) in compile_program() 857 const cl_version opencl_version = dev.device_version(); in link_program() 877 llvm::debug::log(".spvasm", spirv::print_module(final_binary, dev.device_version())); in link_program()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | device.cpp | 428 buf.as_scalar<cl_version>() = dev.device_version(); in clGetDeviceInfo()
|
H A D | program.cpp | 195 const cl_version opencl_version = dev.device_version(); in CreateProgramWithILKHR()
|
Completed in 14 milliseconds