Home
last modified time | relevance | path

Searched refs:emit_trinary_func_op_cast (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp645 …void emit_trinary_func_op_cast(uint32_t result_type, uint32_t result_id, uint32_t op0, uint32_t op…
Dspirv_glsl.cpp5975 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()