Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp5428 auto *next_ops = stream(*next); in emit_instruction() local
5429 uint32_t next_memory = evaluate_constant_u32(next_ops[1]); in emit_instruction()
5430 uint32_t next_semantics = evaluate_constant_u32(next_ops[2]); in emit_instruction()
Dspirv_glsl.cpp12070 auto *next_ops = stream(*next); in emit_instruction() local
12071 uint32_t next_memory = evaluate_constant_u32(next_ops[1]); in emit_instruction()
12072 uint32_t next_semantics = evaluate_constant_u32(next_ops[2]); in emit_instruction()