Searched refs:opcode_is_sign_invariant (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 1735 static inline bool opcode_is_sign_invariant(spv::Op opcode) in opcode_is_sign_invariant() function
|
D | spirv_hlsl.cpp | 4752 emit_binary_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcode)) in emit_instruction() 4758 …emit_binary_func_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcod… in emit_instruction()
|
D | spirv_glsl.cpp | 4782 bool skip_cast_if_equal_type = opcode_is_sign_invariant(cop.opcode); in constant_op_expression() 9957 emit_binary_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcode)) in emit_instruction() 9963 …emit_binary_func_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcod… in emit_instruction()
|
D | spirv_msl.cpp | 7503 emit_binary_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcode)) in emit_instruction() 7509 …emit_binary_func_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcod… in emit_instruction()
|