Searched refs:inst_info (Results 1 – 3 of 3) sorted by relevance
80 VkInstanceCreateInfo inst_info = {}; in SetUp() local110 inst_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; in SetUp()111 inst_info.pNext = NULL; in SetUp()112 inst_info.pApplicationInfo = &app_; in SetUp()113 inst_info.enabledExtensionCount = instance_extension_names.size(); in SetUp()114 …inst_info.ppEnabledExtensionNames = (instance_extension_names.size()) ? &instance_extension_names[… in SetUp()115 inst_info.enabledLayerCount = 0; in SetUp()116 inst_info.ppEnabledLayerNames = NULL; in SetUp()117 err = vkCreateInstance(&inst_info, NULL, &inst); in SetUp()
237 VkInstanceCreateInfo inst_info = {}; in init_instance() local238 inst_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; in init_instance()239 inst_info.pNext = NULL; in init_instance()240 inst_info.flags = 0; in init_instance()241 inst_info.pApplicationInfo = &app_info; in init_instance()242 inst_info.enabledLayerCount = info.instance_layer_names.size(); in init_instance()243 inst_info.ppEnabledLayerNames = in init_instance()245 inst_info.enabledExtensionCount = info.instance_extension_names.size(); in init_instance()246 inst_info.ppEnabledExtensionNames = info.instance_extension_names.data(); in init_instance()248 res = vkCreateInstance(&inst_info, NULL, &info.inst); in init_instance()
416 const struct r600_shader_tgsi_instruction *inst_info; member952 alu.op = ctx->inst_info->op; in tgsi_barrier()3963 ctx.inst_info = &cm_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()3965 ctx.inst_info = &eg_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()3967 ctx.inst_info = &r600_shader_tgsi_instruction[opcode]; in r600_shader_from_tgsi()3971 r = ctx.inst_info->process(&ctx); in r600_shader_from_tgsi()4582 alu.op = op_override ? op_override : ctx->inst_info->op; in tgsi_op2_64_params()4676 alu.op = ctx->inst_info->op; in tgsi_op3_64()4706 unsigned op = ctx->inst_info->op; in tgsi_op2_s()4789 alu.op = ctx->inst_info->op; in tgsi_ineg()[all …]