Searched refs:vtn_fail (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 109 vtn_fail("OpConstantSampler requires Kernel Capability"); in vtn_validate_handle_constant() 113 vtn_fail("Unhandled opcode"); in vtn_validate_handle_constant() 139 vtn_fail("Invalid opcode types and variables section"); in vtn_validate_handle_constant_instruction()
|
D | spirv_to_nir.c | 262 vtn_fail("Invalid type for an SSA value"); in vtn_ssa_value() 325 vtn_fail("Invalid image access qualifier"); in spirv_to_gl_access_qualifier() 515 vtn_fail("Unsupported extension: %s", ext); in vtn_handle_extension() 762 vtn_fail("Invalid base type"); in vtn_types_compatible() 1339 vtn_fail("Invalid image format: %s (%u)", in translate_image_format() 1635 vtn_fail("Invalid SPIR-V image dimensionality: %s (%u)", in vtn_handle_type() 1661 vtn_fail("Unsupported multisampled image type"); in vtn_handle_type() 1678 vtn_fail("We need to know if the image will be sampled"); in vtn_handle_type() 1806 vtn_fail("Invalid type for null constant"); in vtn_null_constant() 1894 vtn_fail("Unsupported SpvOpConstant bit size: %u", bit_size); in vtn_handle_constant() [all …]
|
D | vtn_cfg.c | 598 vtn_fail("A block was used as a merge target from two or more " in vtn_process_block() 614 vtn_fail("Invalid back or cross-edge in the CFG"); in vtn_process_block() 807 vtn_fail("Target of OpSwitch is not a valid structured exit " in vtn_process_block() 819 vtn_fail("Block did not end with a valid branch instruction"); in vtn_process_block() 967 vtn_fail("Invalid branch type"); in vtn_emit_branch() 1013 vtn_fail("Invalid loop control"); in vtn_loop_control() 1027 vtn_fail("Invalid selection control"); in vtn_selection_control() 1209 vtn_fail("Invalid CF node type"); in vtn_emit_cf_list_structured() 1342 vtn_fail("Unhandled opcode %s", spirv_op_to_string(op)); in vtn_emit_cf_func_unstructured()
|
D | vtn_private.h | 83 #define vtn_fail(...) _vtn_fail(b, __FILE__, __LINE__, __VA_ARGS__) macro 89 vtn_fail(__VA_ARGS__); \ 93 vtn_fail("%s: %s (%u)\n", msg, spirv_ ## t ## _to_string(v), v) 106 vtn_fail("%s", #expr); \
|
D | vtn_variables.c | 225 vtn_fail("Invalid mode for vulkan_resource_index"); in vk_desc_type_for_mode() 690 vtn_fail("Invalid access chain type"); in _vtn_variable_load_store() 763 vtn_fail("Invalid access chain type"); in _vtn_variable_copy() 848 vtn_fail("invalid stage for SpvBuiltInLayer"); in vtn_get_builtin_location() 861 vtn_fail("invalid stage for SpvBuiltInViewportIndex"); in vtn_get_builtin_location() 1115 vtn_fail("Unsupported builtin: %s (%u)", in vtn_get_builtin_location() 1207 vtn_fail("Handled above"); in apply_var_decoration() 1514 vtn_fail("Unhandled variable storage class: %s (%u)", in vtn_storage_class_to_mode() 1733 vtn_fail("Couldn't find variable with a storage class of CallableDataKHR " in vtn_get_call_payload_for_location() 1761 vtn_fail("Variables in the StorageBuffer storage class must " in vtn_create_variable() [all …]
|
D | vtn_glsl450.c | 108 vtn_fail("Invalid matrix size"); in build_mat_det() 302 vtn_fail("No NIR equivalent"); in vtn_nir_alu_op_for_spirv_glsl_opcode() 579 vtn_fail("Invalid opcode"); in handle_glsl450_interpolation() 611 vtn_fail("Invalid opcode"); in handle_glsl450_interpolation()
|
D | vtn_opencl.c | 169 vtn_fail("Can't find clc function %s\n", mname); in mangle_and_find() 277 vtn_fail("No NIR equivalent"); in nir_alu_op_for_opencl_opcode() 569 vtn_fail("No NIR equivalent"); in handle_special() 983 vtn_fail("unhandled opencl opc: %u\n", ext_opcode); in vtn_handle_opencl_instruction()
|
D | vtn_alu.c | 376 vtn_fail("No NIR equivalent: %u", opcode); in vtn_nir_alu_op_for_spirv_opcode() 408 vtn_fail("Unsupported rounding mode: %s", in vtn_rounding_mode_to_nir()
|
D | vtn_subgroup.c | 366 vtn_fail("Invalid constant value in OpGroupNonUniformQuadSwap"); in vtn_handle_subgroup()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 2724 - spirv: vtn_fail with a nice message on unsupported rounding modes
|