Searched refs:stageref (Results 1 – 5 of 5) sorted by relevance
759 GLubyte stageref[7] = {0, 0, 0, 0, 0, 0, 0}; in r200UpdateAllTexEnv() local770 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()
1206 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()4286 uint8_t stageref = in build_program_resource_list() local4295 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()
941 blks[i]->stageref |= 1U << stage; in link_update_uniform_buffer_variables()982 blks[i]->stageref |= 1U << stage; in link_update_uniform_buffer_variables()
917 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()
2495 uint8_t stageref; member