OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_count
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
evergreen_compute_internal.h
46
unsigned
reloc_count
;
member in struct:r600_shader_binary
evergreen_compute.c
256
if (!relocs || !symbols || !binary->
reloc_count
) {
259
binary->relocs = CALLOC(binary->
reloc_count
,
261
for (i = 0; i < binary->
reloc_count
; i++) {
334
binary->
reloc_count
= section_header.sh_size /
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_binary.h
47
unsigned
reloc_count
;
member in struct:ac_shader_binary
ac_binary.c
87
if (!relocs || !symbols || !binary->
reloc_count
) {
90
binary->relocs = CALLOC(binary->
reloc_count
,
92
for (i = 0; i < binary->
reloc_count
; i++) {
172
binary->
reloc_count
= section_header.sh_size /
232
for (i = 0; i < binary->
reloc_count
; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_cl.h
65
uint32_t
reloc_count
;
member in struct:vc4_cl
165
assert(cl->
reloc_count
== 0);
167
cl->
reloc_count
= n;
185
cl->
reloc_count
--;
200
cl->
reloc_count
--;
286
cl->
reloc_count
--;
vc4_cl.c
55
assert(cl->
reloc_count
== 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_cl.h
65
uint32_t
reloc_count
;
member in struct:vc4_cl
165
assert(cl->
reloc_count
== 0);
167
cl->
reloc_count
= n;
185
cl->
reloc_count
--;
200
cl->
reloc_count
--;
286
cl->
reloc_count
--;
vc4_cl.c
55
assert(cl->
reloc_count
== 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_batch.c
128
rlist->
reloc_count
= 0;
312
brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.
reloc_count
;
313
brw->batch.saved.state_reloc_count = brw->batch.state_relocs.
reloc_count
;
331
brw->batch.batch_relocs.
reloc_count
= brw->batch.saved.batch_reloc_count;
332
brw->batch.state_relocs.
reloc_count
= brw->batch.saved.state_reloc_count;
389
for (int i = 0; i < rlist->
reloc_count
; i++) {
573
brw->batch.batch_relocs.
reloc_count
= 0;
574
brw->batch.state_relocs.
reloc_count
= 0;
819
entry->relocation_count = batch->state_relocs.
reloc_count
;
826
entry->relocation_count = batch->batch_relocs.
reloc_count
;
[
all
...]
brw_context.h
462
int
reloc_count
;
member in struct:brw_reloc_list
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_batchbuffer.c
132
rlist->
reloc_count
= 0;
301
brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.
reloc_count
;
302
brw->batch.saved.state_reloc_count = brw->batch.state_relocs.
reloc_count
;
320
brw->batch.batch_relocs.
reloc_count
= brw->batch.saved.batch_reloc_count;
321
brw->batch.state_relocs.
reloc_count
= brw->batch.saved.state_reloc_count;
378
for (int i = 0; i < rlist->
reloc_count
; i++) {
556
brw->batch.batch_relocs.
reloc_count
= 0;
557
brw->batch.state_relocs.
reloc_count
= 0;
794
entry->relocation_count = batch->state_relocs.
reloc_count
;
801
entry->relocation_count = batch->batch_relocs.
reloc_count
;
[
all
...]
brw_context.h
472
int
reloc_count
;
member in struct:brw_reloc_list
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_batch.c
181
rlist->
reloc_count
= 0;
393
if (rlist->
reloc_count
== rlist->reloc_array_size) {
418
rlist->relocs[rlist->
reloc_count
++] =
862
entry->relocation_count = batch->state.relocs.
reloc_count
;
869
entry->relocation_count = batch->command.relocs.
reloc_count
;
967
batch->command.relocs.
reloc_count
,
968
batch->state.relocs.
reloc_count
);
985
batch->command.relocs.
reloc_count
= 0;
986
batch->state.relocs.
reloc_count
= 0;
crocus_batch.h
68
int
reloc_count
;
member in struct:crocus_reloc_list
/xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_gem.c
205
int
reloc_count
;
member in struct:_drm_intel_bo_gem
427
for (j = 0; j < bo_gem->
reloc_count
; j++) {
518
bufmgr_gem->exec2_objects[index].relocation_count = bo_gem->
reloc_count
;
1312
for (i = 0; i < bo_gem->
reloc_count
; i++) {
1323
bo_gem->
reloc_count
= 0;
2041
assert(bo_gem->
reloc_count
< bufmgr_gem->max_relocs);
2051
assert(target_bo_gem->
reloc_count
== 0);
2065
bo_gem->reloc_target_info[bo_gem->
reloc_count
].bo = target_bo;
2069
bo_gem->reloc_target_info[bo_gem->
reloc_count
].flags =
2072
bo_gem->reloc_target_info[bo_gem->
reloc_count
].flags = 0
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
evergreen_compute.c
237
if (!relocs || !symbols || !binary->
reloc_count
) {
240
binary->relocs = CALLOC(binary->
reloc_count
,
242
for (i = 0; i < binary->
reloc_count
; i++) {
315
binary->
reloc_count
= section_header.sh_size /
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_compute.c
245
if (program->shader.binary.
reloc_count
!= 0) {
247
program->shader.binary.
reloc_count
);
si_state_shaders.c
130
unsigned relocs_size = shader->binary.
reloc_count
*
191
shader->binary.
reloc_count
= chunk_size / sizeof(shader->binary.relocs[0]);
si_shader.c
5078
for (i = 0; i < binary->
reloc_count
; i++) {
5161
for (i = 0 ; i < shader->binary.
reloc_count
; i++) {
Completed in 66 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026