Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_info.h34 const char *spirv_executionmode_to_string(SpvExecutionMode mode);
Dspirv_to_nir.c4049 spirv_executionmode_to_string(mode), mode); in gl_primitive_from_spv_execution_mode()
4070 spirv_executionmode_to_string(mode), mode); in vertices_in_from_spv_execution_mode()
4743 spirv_executionmode_to_string(mode->exec_mode)); in vtn_handle_execution_mode()
4844 spirv_executionmode_to_string(mode->exec_mode), in vtn_handle_execution_mode()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c420 spirv_executionmode_to_string(SpvExecutionMode v) in spirv_executionmode_to_string() function