Searched refs:SI_NUM_GRAPHICS_SHADERS (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h33 #define SI_NUM_GRAPHICS_SHADERS (PIPE_SHADER_TESS_EVAL+1) macro
H A Dsi_state_draw.c1302 si_decompress_textures(sctx, u_bit_consecutive(0, SI_NUM_GRAPHICS_SHADERS));
H A Dsi_blit.c814 if (shader_mask & u_bit_consecutive(0, SI_NUM_GRAPHICS_SHADERS)) {
H A Dsi_descriptors.c2850 for (unsigned i = 0; i < SI_NUM_GRAPHICS_SHADERS; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h36 #define SI_NUM_GRAPHICS_SHADERS (PIPE_SHADER_TESS_EVAL + 1) macro
H A Dsi_blit.c713 for (int i = 0; i < SI_NUM_GRAPHICS_SHADERS; ++i) {
806 if (shader_mask & u_bit_consecutive(0, SI_NUM_GRAPHICS_SHADERS)) {
H A Dsi_state_draw.cpp287 for (int i = 0; i < SI_NUM_GRAPHICS_SHADERS; i++) {
2072 si_decompress_textures(sctx, u_bit_consecutive(0, SI_NUM_GRAPHICS_SHADERS));
H A Dsi_pipe.h1026 struct si_shader_ctx_state shaders[SI_NUM_GRAPHICS_SHADERS];
H A Dsi_descriptors.c2760 for (unsigned i = 0; i < SI_NUM_GRAPHICS_SHADERS && !use_encrypted_bo; i++) {
2824 for (unsigned i = 0; i < SI_NUM_GRAPHICS_SHADERS; i++) {

Completed in 24 milliseconds