Searched refs:emit_trinary_func_op_cast (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.hpp | 645 …void emit_trinary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op…
|
D | spirv_glsl.cpp | 5975 void CompilerGLSL::emit_trinary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0… in emit_trinary_func_op_cast() function in CompilerGLSL 7341 emit_trinary_func_op_cast(result_type, id, args[0], args[1], args[2], "clamp", uint_type); in emit_glsl_op() 7345 emit_trinary_func_op_cast(result_type, id, args[0], args[1], args[2], "clamp", int_type); in emit_glsl_op()
|