Searched refs:ProgramResourceList (Results 1 – 5 of 5) sorted by relevance
257 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_count_active_attribs()277 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_longest_attribute_name_length()689 res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_name()815 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_binding_offset()849 res = shProg->data->ProgramResourceList; in program_resource_find_binding_offset()906 if (&shProg->data->ProgramResourceList[i] == res) in calc_resource_index()908 if (shProg->data->ProgramResourceList[i].Type == res->Type) in calc_resource_index()949 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_data()964 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_index()1754 if (shProg->data->ProgramResourceList[i].Type == programInterface) in _mesa_get_program_interfaceiv()[all …]
342 struct gl_program_resource *ProgramResourceList; member
145 prog->data->ProgramResourceList = in link_util_add_program_resource()147 prog->data->ProgramResourceList, in link_util_add_program_resource()151 if (!prog->data->ProgramResourceList) { in link_util_add_program_resource()157 &prog->data->ProgramResourceList[prog->data->NumProgramResourceList]; in link_util_add_program_resource()
997 blob_write_uint32(metadata, prog->data->ProgramResourceList[i].Type); in write_program_resource_list()999 &prog->data->ProgramResourceList[i]); in write_program_resource_list()1001 &prog->data->ProgramResourceList[i].StageReferences, in write_program_resource_list()1002 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in write_program_resource_list()1012 prog->data->ProgramResourceList = in read_program_resource_list()1017 prog->data->ProgramResourceList[i].Type = blob_read_uint32(metadata); in read_program_resource_list()1019 &prog->data->ProgramResourceList[i]); in read_program_resource_list()1021 (uint8_t *) &prog->data->ProgramResourceList[i].StageReferences, in read_program_resource_list()1022 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in read_program_resource_list()
575 if (prog->data->ProgramResourceList) { in init_program_resource_list()576 ralloc_free(prog->data->ProgramResourceList); in init_program_resource_list()577 prog->data->ProgramResourceList = NULL; in init_program_resource_list()