HomeSort by: relevance | last modified time | path
    Searched refs:ProgramResourceList (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_linker.c 41 if (prog->data->ProgramResourceList) {
42 ralloc_free(prog->data->ProgramResourceList);
43 prog->data->ProgramResourceList = NULL;
linker_util.cpp 42 prog->data->ProgramResourceList =
44 prog->data->ProgramResourceList,
48 if (!prog->data->ProgramResourceList) {
54 &prog->data->ProgramResourceList[prog->data->NumProgramResourceList];
serialize.cpp 965 blob_write_uint32(metadata, prog->data->ProgramResourceList[i].Type);
967 &prog->data->ProgramResourceList[i]);
969 &prog->data->ProgramResourceList[i].StageReferences,
970 sizeof(prog->data->ProgramResourceList[i].StageReferences));
980 prog->data->ProgramResourceList =
985 prog->data->ProgramResourceList[i].Type = blob_read_uint32(metadata);
987 &prog->data->ProgramResourceList[i]);
989 (uint8_t *) &prog->data->ProgramResourceList[i].StageReferences,
990 sizeof(prog->data->ProgramResourceList[i].StageReferences));
linker.cpp 4428 if (shProg->data->ProgramResourceList) {
4429 ralloc_free(shProg->data->ProgramResourceList);
4430 shProg->data->ProgramResourceList = NULL;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
program_resource.c 124 if (shProg->data->ProgramResourceList[i].Type == programInterface)
140 if (shProg->data->ProgramResourceList[i].Type != programInterface)
143 _mesa_program_resource_name_len(&shProg->data->ProgramResourceList[i]);
151 if (shProg->data->ProgramResourceList[i].Type == programInterface) {
154 shProg->data->ProgramResourceList[i].Data;
161 if (shProg->data->ProgramResourceList[i].Type == programInterface) {
164 shProg->data->ProgramResourceList[i].Data;
181 if (shProg->data->ProgramResourceList[i].Type == programInterface) {
184 shProg->data->ProgramResourceList[i].Data;
191 if (shProg->data->ProgramResourceList[i].Type == programInterface)
    [all...]
shader_query.cpp 220 struct gl_program_resource *res = shProg->data->ProgramResourceList;
240 struct gl_program_resource *res = shProg->data->ProgramResourceList;
528 struct gl_program_resource *res = shProg->data->ProgramResourceList;
639 if (&shProg->data->ProgramResourceList[i] == res)
641 if (shProg->data->ProgramResourceList[i].Type == res->Type)
682 struct gl_program_resource *res = shProg->data->ProgramResourceList;
697 struct gl_program_resource *res = shProg->data->ProgramResourceList;
1478 &producer->sh.data->ProgramResourceList[i];
1499 &consumer->sh.data->ProgramResourceList[i];
mtypes.h 2927 struct gl_program_resource *ProgramResourceList;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
shader_query.cpp 255 struct gl_program_resource *res = shProg->data->ProgramResourceList;
275 struct gl_program_resource *res = shProg->data->ProgramResourceList;
611 res = shProg->data->ProgramResourceList;
743 struct gl_program_resource *res = shProg->data->ProgramResourceList;
777 res = shProg->data->ProgramResourceList;
834 if (&shProg->data->ProgramResourceList[i] == res)
836 if (shProg->data->ProgramResourceList[i].Type == res->Type)
877 struct gl_program_resource *res = shProg->data->ProgramResourceList;
892 struct gl_program_resource *res = shProg->data->ProgramResourceList;
1683 if (shProg->data->ProgramResourceList[i].Type == programInterface
    [all...]
mtypes.h 3001 struct gl_program_resource *ProgramResourceList;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
linker_util.cpp 81 prog->data->ProgramResourceList =
83 prog->data->ProgramResourceList,
87 if (!prog->data->ProgramResourceList) {
93 &prog->data->ProgramResourceList[prog->data->NumProgramResourceList];
serialize.cpp 992 blob_write_uint32(metadata, prog->data->ProgramResourceList[i].Type);
994 &prog->data->ProgramResourceList[i]);
996 &prog->data->ProgramResourceList[i].StageReferences,
997 sizeof(prog->data->ProgramResourceList[i].StageReferences));
1007 prog->data->ProgramResourceList =
1012 prog->data->ProgramResourceList[i].Type = blob_read_uint32(metadata);
1014 &prog->data->ProgramResourceList[i]);
1016 (uint8_t *) &prog->data->ProgramResourceList[i].StageReferences,
1017 sizeof(prog->data->ProgramResourceList[i].StageReferences));
gl_nir_linker.c 434 if (prog->data->ProgramResourceList && rebuild_resourse_list) {
435 ralloc_free(prog->data->ProgramResourceList);
436 prog->data->ProgramResourceList = NULL;
linker.cpp 4084 if (shProg->data->ProgramResourceList) {
4085 ralloc_free(shProg->data->ProgramResourceList);
4086 shProg->data->ProgramResourceList = NULL;

Completed in 23 milliseconds