Home
last modified time | relevance | path

Searched refs:inst_info (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp240 VkInstanceCreateInfo inst_info = {}; in init_instance() local
241 inst_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; in init_instance()
242 inst_info.pNext = NULL; in init_instance()
243 inst_info.flags = 0; in init_instance()
244 inst_info.pApplicationInfo = &app_info; in init_instance()
245 inst_info.enabledLayerCount = info.instance_layer_names.size(); in init_instance()
246 inst_info.ppEnabledLayerNames = in init_instance()
248 inst_info.enabledExtensionCount = info.instance_extension_names.size(); in init_instance()
249 inst_info.ppEnabledExtensionNames = info.instance_extension_names.data(); in init_instance()
251 res = vkCreateInstance(&inst_info, NUL in init_instance()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c427 const struct r600_shader_tgsi_instruction *inst_info; member
969 alu.op = ctx->inst_info->op; in tgsi_barrier()
3978 ctx.inst_info = &cm_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()
3980 ctx.inst_info = &eg_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()
3982 ctx.inst_info = &r600_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()
3986 r = ctx.inst_info->process(&ctx); in r600_shader_from_tgsi()
4591 alu.op = op_override ? op_override : ctx->inst_info->op; in tgsi_op2_64_params()
4685 alu.op = ctx->inst_info->op; in tgsi_op3_64()
4715 unsigned op = ctx->inst_info->op; in tgsi_op2_s()
4807 alu.op = ctx->inst_info in tgsi_ineg()
[all...]
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1693 VkInstanceCreateInfo inst_info = { in demo_init_vk() local
1704 inst_info.flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR; in demo_init_vk()
1708 err = vkCreateInstance(&inst_info, NULL, &demo->inst); in demo_init_vk()

Completed in 12 milliseconds