OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r600_loop_consts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_hw_context.c
725
struct r600_reg
r600_loop_consts
[32];
local
729
r600_loop_consts
[i].offset = EVERGREEN_LOOP_CONST_OFFSET + ((offset + i) * 4);
730
r600_loop_consts
[i].flags = REG_FLAG_DIRTY_ALWAYS;
731
r600_loop_consts
[i].sbu_flags = 0;
733
return r600_context_add_block(ctx,
r600_loop_consts
, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
r600_hw_context.c
528
struct r600_reg
r600_loop_consts
[32];
local
532
r600_loop_consts
[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4);
533
r600_loop_consts
[i].flags = REG_FLAG_DIRTY_ALWAYS;
534
r600_loop_consts
[i].sbu_flags = 0;
536
return r600_context_add_block(ctx,
r600_loop_consts
, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
evergreen_hw_context.c
725
struct r600_reg
r600_loop_consts
[32];
local
729
r600_loop_consts
[i].offset = EVERGREEN_LOOP_CONST_OFFSET + ((offset + i) * 4);
730
r600_loop_consts
[i].flags = REG_FLAG_DIRTY_ALWAYS;
731
r600_loop_consts
[i].sbu_flags = 0;
733
return r600_context_add_block(ctx,
r600_loop_consts
, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
r600_hw_context.c
528
struct r600_reg
r600_loop_consts
[32];
local
532
r600_loop_consts
[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4);
533
r600_loop_consts
[i].flags = REG_FLAG_DIRTY_ALWAYS;
534
r600_loop_consts
[i].sbu_flags = 0;
536
return r600_context_add_block(ctx,
r600_loop_consts
, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
[
all
...]
Completed in 403 milliseconds