Searched refs:stageref (Results 1 – 9 of 9) sorted by relevance
293 blks[j].stageref |= sh_blks[stage_index]->stageref; in nir_interstage_cross_validate_uniform_blocks()481 block->stageref = 1U << stage; in fill_block()
718 prog->data->UniformBlocks[i].stageref)) in nir_build_program_resource_list()725 prog->data->ShaderStorageBlocks[i].stageref)) in nir_build_program_resource_list()
1733 blocks[i].stageref |= 1U << shader_type; in gl_nir_link_uniforms()1753 blocks[i].stageref |= 1U << shader_type; in gl_nir_link_uniforms()1831 blocks[i].stageref |= 1U << shader_type; in gl_nir_link_uniforms()
112 blob_write_uint32(metadata, b->stageref); in write_buffer_block()169 b->stageref = blob_read_uint32(metadata); in read_buffer_block()
1218 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()
870 uint8_t stageref; member
1271 return shProg->data->UniformBlocks[index].stageref & (1 << stage); in is_resource_referenced()1274 return shProg->data->ShaderStorageBlocks[index].stageref & (1 << stage); in is_resource_referenced()
133 - glsl: build stageref mask using IR, not symbol table
116 - linker: Accurately track gl_uniform_block::stageref