Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp448 statement_count++; in statement_inner()
455 statement_count++; in statement_inner()
466 statement_count++; in statement()
473 statement_count++; in statement()
827 uint32_t statement_count = 0; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
Dspirv_glsl.cpp330 statement_count = 0; in reset()
14345 uint32_t current_count = statement_count; in attempt_emit_loop_header()
14354 if (current_count == statement_count && condition_is_temporary) in attempt_emit_loop_header()
14424 uint32_t current_count = statement_count; in attempt_emit_loop_header()
14433 if (current_count == statement_count && condition_is_temporary) in attempt_emit_loop_header()
14907 uint32_t counter = statement_count; in emit_block_chain()
15128 uint32_t current_count = statement_count; in emit_block_chain()
15130 if (statement_count != current_count) in emit_block_chain()