Searched refs:uses_helper_invocation (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h125 boolean uses_helper_invocation; member in struct:r600_shader
H A Dr600_shader.c202 use_sb &= !shader->shader.uses_helper_invocation;
3368 shader->uses_helper_invocation = false;
3492 shader->uses_helper_invocation = true;
3704 if (ctx.shader->uses_helper_invocation) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h126 boolean uses_helper_invocation; member in struct:r600_shader
H A Dr600_dump.c153 PRINT_UINT_MEMBER(uses_helper_invocation);
H A Dr600_shader.c259 use_sb &= !shader->shader.uses_helper_invocation;
3457 shader->uses_helper_invocation = false;
3581 shader->uses_helper_invocation = true;
3793 if (ctx.shader->uses_helper_invocation) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.cpp261 sh_info().uses_helper_invocation = true;

Completed in 32 milliseconds