Lines Matching defs:instance
37 struct dzn_instance *instance =
38 container_of(device->vk.physical->instance, struct dzn_instance, vk);
42 if ((instance->debug_flags & DZN_DEBUG_NIR) &&
43 (instance->debug_flags & DZN_DEBUG_INTERNAL))
50 .validator_version_max = dxil_get_validator_version(instance->dxil_validator),
59 bool res = dxil_validate_module(instance->dxil_validator,
63 if ((instance->debug_flags & DZN_DEBUG_DXIL) &&
64 (instance->debug_flags & DZN_DEBUG_INTERNAL)) {
65 char *disasm = dxil_disasm_module(instance->dxil_validator,
78 if ((instance->debug_flags & DZN_DEBUG_DXIL) &&
79 (instance->debug_flags & DZN_DEBUG_INTERNAL) &&
117 struct dzn_instance *instance =
118 container_of(device->vk.physical->instance, struct dzn_instance, vk);
220 ret = vk_error(instance, VK_ERROR_INITIALIZATION_FAILED);
231 ret = vk_error(instance, VK_ERROR_INITIALIZATION_FAILED);
267 struct dzn_instance *instance =
268 container_of(device->vk.physical->instance, struct dzn_instance, vk);
399 ret = vk_error(instance, VK_ERROR_INITIALIZATION_FAILED);
410 ret = vk_error(instance, VK_ERROR_INITIALIZATION_FAILED);
418 ret = vk_error(instance, VK_ERROR_INITIALIZATION_FAILED);
743 struct dzn_instance *instance =
744 container_of(device->vk.physical->instance, struct dzn_instance, vk);
753 return vk_error(instance, VK_ERROR_OUT_OF_HOST_MEMORY);
759 return vk_error(instance, VK_ERROR_OUT_OF_HOST_MEMORY);