Searched refs:ProgramResourceList (Results 1 – 7 of 7) sorted by relevance
124 if (shProg->data->ProgramResourceList[i].Type == programInterface) in _mesa_GetProgramInterfaceiv()140 if (shProg->data->ProgramResourceList[i].Type != programInterface) in _mesa_GetProgramInterfaceiv()143 _mesa_program_resource_name_len(&shProg->data->ProgramResourceList[i]); in _mesa_GetProgramInterfaceiv()151 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()154 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()161 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()164 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()183 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()186 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()193 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()[all …]
220 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_count_active_attribs()240 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_longest_attribute_name_length()594 res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_name()726 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_binding_offset()760 res = shProg->data->ProgramResourceList; in program_resource_find_binding_offset()817 if (&shProg->data->ProgramResourceList[i] == res) in calc_resource_index()819 if (shProg->data->ProgramResourceList[i].Type == res->Type) in calc_resource_index()860 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_data()875 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_index()1685 &producer->sh.data->ProgramResourceList[i]; in validate_io()[all …]
2957 struct gl_program_resource *ProgramResourceList; member
81 prog->data->ProgramResourceList = in link_util_add_program_resource()83 prog->data->ProgramResourceList, in link_util_add_program_resource()87 if (!prog->data->ProgramResourceList) { in link_util_add_program_resource()93 &prog->data->ProgramResourceList[prog->data->NumProgramResourceList]; in link_util_add_program_resource()
992 blob_write_uint32(metadata, prog->data->ProgramResourceList[i].Type); in write_program_resource_list()994 &prog->data->ProgramResourceList[i]); in write_program_resource_list()996 &prog->data->ProgramResourceList[i].StageReferences, in write_program_resource_list()997 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in write_program_resource_list()1007 prog->data->ProgramResourceList = in read_program_resource_list()1012 prog->data->ProgramResourceList[i].Type = blob_read_uint32(metadata); in read_program_resource_list()1014 &prog->data->ProgramResourceList[i]); in read_program_resource_list()1016 (uint8_t *) &prog->data->ProgramResourceList[i].StageReferences, in read_program_resource_list()1017 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in read_program_resource_list()
434 if (prog->data->ProgramResourceList && rebuild_resourse_list) { in nir_build_program_resource_list()435 ralloc_free(prog->data->ProgramResourceList); in nir_build_program_resource_list()436 prog->data->ProgramResourceList = NULL; in nir_build_program_resource_list()
4044 if (shProg->data->ProgramResourceList) { in build_program_resource_list()4045 ralloc_free(shProg->data->ProgramResourceList); in build_program_resource_list()4046 shProg->data->ProgramResourceList = NULL; in build_program_resource_list()