• Home
  • Raw
  • Download

Lines Matching refs:SpvOp

218       SpvOp opcode = w[0] & SpvOpCodeMask;  in vtn_foreach_instruction()
251 vtn_handle_extension(struct vtn_builder *b, SpvOp opcode, in vtn_handle_extension()
334 vtn_handle_decoration(struct vtn_builder *b, SpvOp opcode, in vtn_handle_decoration()
695 vtn_handle_type(struct vtn_builder *b, SpvOp opcode, in vtn_handle_type()
1007 vtn_handle_constant(struct vtn_builder *b, SpvOp opcode, in vtn_handle_constant()
1102 SpvOp opcode = get_specialization(b, val, w[3]); in vtn_handle_constant()
1314 vtn_handle_function_call(struct vtn_builder *b, SpvOp opcode, in vtn_handle_function_call()
1403 vtn_handle_texture(struct vtn_builder *b, SpvOp opcode, in vtn_handle_texture()
1763 fill_common_atomic_sources(struct vtn_builder *b, SpvOp opcode, in fill_common_atomic_sources()
1817 vtn_handle_image(struct vtn_builder *b, SpvOp opcode, in vtn_handle_image()
1899 #define OP(S, N) case SpvOp##S: op = nir_intrinsic_image_##N; break; in vtn_handle_image()
1991 get_ssbo_nir_atomic_op(SpvOp opcode) in get_ssbo_nir_atomic_op()
1996 #define OP(S, N) case SpvOp##S: return nir_intrinsic_ssbo_##N; in get_ssbo_nir_atomic_op()
2017 get_shared_nir_atomic_op(SpvOp opcode) in get_shared_nir_atomic_op()
2022 #define OP(S, N) case SpvOp##S: return nir_intrinsic_var_##N; in get_shared_nir_atomic_op()
2043 vtn_handle_ssbo_or_shared_atomic(struct vtn_builder *b, SpvOp opcode, in vtn_handle_ssbo_or_shared_atomic()
2413 vtn_handle_composite(struct vtn_builder *b, SpvOp opcode, in vtn_handle_composite()
2477 vtn_handle_barrier(struct vtn_builder *b, SpvOp opcode, in vtn_handle_barrier()
2586 vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_handle_preamble_instruction()
2867 vtn_handle_variable_or_type_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_handle_variable_or_type_instruction()
2941 vtn_handle_body_instruction(struct vtn_builder *b, SpvOp opcode, in vtn_handle_body_instruction()