Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c759 GLubyte stageref[7] = {0, 0, 0, 0, 0, 0, 0}; in r200UpdateAllTexEnv() local
770 stageref[maxunitused + 1] = REF_COLOR | REF_ALPHA; in r200UpdateAllTexEnv()
777 if (stageref[j + 1]) { in r200UpdateAllTexEnv()
798 stageref[j] = REF_COLOR | REF_ALPHA; in r200UpdateAllTexEnv()
811 if ((stageref[j + 1] & REF_COLOR) || isdot3rgba) { in r200UpdateAllTexEnv()
818 stageref[j] |= (op >> 1) + 1; in r200UpdateAllTexEnv()
838 if ((stageref[j + 1] & REF_ALPHA) && !isdot3rgba) { in r200UpdateAllTexEnv()
844 stageref[j] |= REF_ALPHA; in r200UpdateAllTexEnv()
879 if (ctx->Texture.Unit[i]._Current && stageref[i+1]) { in r200UpdateAllTexEnv()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1206 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()
4286 uint8_t stageref = in build_program_resource_list() local
4295 stageref |= is_shader_storage ? in build_program_resource_list()
4296 shProg->data->ShaderStorageBlocks[block_index].stageref : in build_program_resource_list()
4297 shProg->data->UniformBlocks[block_index].stageref; in build_program_resource_list()
4311 &shProg->data->UniformStorage[i], stageref)) in build_program_resource_list()
Dlink_uniforms.cpp941 blks[i]->stageref |= 1U << stage; in link_update_uniform_buffer_variables()
982 blks[i]->stageref |= 1U << stage; in link_update_uniform_buffer_variables()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp917 return shProg->data->UniformBlocks[index].stageref & (1 << stage); in is_resource_referenced()
920 return shProg->data->ShaderStorageBlocks[index].stageref & (1 << stage); in is_resource_referenced()
Dmtypes.h2495 uint8_t stageref; member