Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h123 boolean uses_helper_invocation; member
Dr600_dump.c148 PRINT_UINT_MEMBER(uses_helper_invocation); in print_shader_info()
Dr600_shader.c261 use_sb &= !shader->shader.uses_helper_invocation; in r600_pipe_shader_create()
3468 shader->uses_helper_invocation = false; in r600_shader_from_tgsi()
3594 shader->uses_helper_invocation = true; in r600_shader_from_tgsi()
3803 if (ctx.shader->uses_helper_invocation) { in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp76 sh_info->uses_helper_invocation = m_helper_invocation != nullptr; in do_get_shader_info()