Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/clc/
Dclc.c36 CLC_DEBUG_DUMP_SPIRV = 1 << 0, enumerator
41 { "dump_spirv", CLC_DEBUG_DUMP_SPIRV, "Dump spirv blobs" },
237 if (debug_get_option_debug_clc() & CLC_DEBUG_DUMP_SPIRV) in clc_compile_spir_to_spirv()
257 if (debug_get_option_debug_clc() & CLC_DEBUG_DUMP_SPIRV) in clc_compile_c_to_spirv()
271 if (debug_get_option_debug_clc() & CLC_DEBUG_DUMP_SPIRV) in clc_link_spirv()
310 if (debug_get_option_debug_clc() & CLC_DEBUG_DUMP_SPIRV) in clc_specialize_spirv()