OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instructions
(Results
1 - 25
of
104
) sorted by relevancy
1
2
3
4
5
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_program.c
46
*
instructions
emitted by transformations are not transformed.
57
struct rc_instruction * inst = c->Program.
Instructions
.Next;
59
while(inst != &c->Program.
Instructions
) {
114
for(inst = c->Program.
Instructions
.Next;
115
inst != &c->Program.
Instructions
; inst = inst->Next) {
209
* Return the number of
instructions
in the program.
216
for(inst = c->Program.
Instructions
.Next;
217
inst != &c->Program.
Instructions
;
222
c->Program.
Instructions
.IP = 0xcafedead;
radeon_remove_constants.c
86
for (struct rc_instruction *inst = c->Program.
Instructions
.Next;
87
inst != &c->Program.
Instructions
; inst = inst->Next) {
128
for (struct rc_instruction *inst = c->Program.
Instructions
.Next;
129
inst != &c->Program.
Instructions
; inst = inst->Next) {
radeon_compiler.c
41
c->Program.
Instructions
.Prev = &c->Program.
Instructions
;
42
c->Program.
Instructions
.Next = &c->Program.
Instructions
;
43
c->Program.
Instructions
.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
110
* in program
instructions
.
119
for(inst = c->Program.
Instructions
.Next; inst != &c->Program.
Instructions
; inst = inst->Next)
146
for(inst = c->Program.
Instructions
.Next; inst != &c->Program.
Instructions
; inst = inst->Next)
[
all
...]
radeon_rename_regs.c
44
* This function assumes all the
instructions
are still of type
56
for(inst = c->Program.
Instructions
.Next;
57
inst != &c->Program.
Instructions
;
radeon_dataflow_deadcode.c
61
struct instruction_state *
Instructions
;
155
struct instruction_state * insts = &s->
Instructions
[inst->IP];
225
s.
Instructions
= memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226
memset(s.
Instructions
, 0, sizeof(struct instruction_state)*nr_instructions);
230
for(struct rc_instruction * inst = c->Program.
Instructions
.Prev;
231
inst != &c->Program.
Instructions
;
318
for(struct rc_instruction * inst = c->Program.
Instructions
.Next;
319
inst != &c->Program.
Instructions
;
329
inst->U.I.DstReg.WriteMask = s.
Instructions
[ip].WriteMask;
330
if (s.
Instructions
[ip].WriteMask
[
all
...]
radeon_pair_dead_sources.c
70
for (inst = c->Program.
Instructions
.Next;
71
inst != &c->Program.
Instructions
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_program.c
46
*
instructions
emitted by transformations are not transformed.
57
struct rc_instruction * inst = c->Program.
Instructions
.Next;
59
while(inst != &c->Program.
Instructions
) {
114
for(inst = c->Program.
Instructions
.Next;
115
inst != &c->Program.
Instructions
; inst = inst->Next) {
209
* Return the number of
instructions
in the program.
216
for(inst = c->Program.
Instructions
.Next;
217
inst != &c->Program.
Instructions
;
222
c->Program.
Instructions
.IP = 0xcafedead;
radeon_remove_constants.c
86
for (struct rc_instruction *inst = c->Program.
Instructions
.Next;
87
inst != &c->Program.
Instructions
; inst = inst->Next) {
128
for (struct rc_instruction *inst = c->Program.
Instructions
.Next;
129
inst != &c->Program.
Instructions
; inst = inst->Next) {
radeon_compiler.c
41
c->Program.
Instructions
.Prev = &c->Program.
Instructions
;
42
c->Program.
Instructions
.Next = &c->Program.
Instructions
;
43
c->Program.
Instructions
.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
110
* in program
instructions
.
119
for(inst = c->Program.
Instructions
.Next; inst != &c->Program.
Instructions
; inst = inst->Next)
146
for(inst = c->Program.
Instructions
.Next; inst != &c->Program.
Instructions
; inst = inst->Next)
[
all
...]
radeon_rename_regs.c
44
* This function assumes all the
instructions
are still of type
56
for(inst = c->Program.
Instructions
.Next;
57
inst != &c->Program.
Instructions
;
radeon_dataflow_deadcode.c
61
struct instruction_state *
Instructions
;
155
struct instruction_state * insts = &s->
Instructions
[inst->IP];
225
s.
Instructions
= memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226
memset(s.
Instructions
, 0, sizeof(struct instruction_state)*nr_instructions);
230
for(struct rc_instruction * inst = c->Program.
Instructions
.Prev;
231
inst != &c->Program.
Instructions
;
313
for(struct rc_instruction * inst = c->Program.
Instructions
.Next;
314
inst != &c->Program.
Instructions
;
324
inst->U.I.DstReg.WriteMask = s.
Instructions
[ip].WriteMask;
325
if (s.
Instructions
[ip].WriteMask
[
all
...]
radeon_pair_dead_sources.c
70
for (inst = c->Program.
Instructions
.Next;
71
inst != &c->Program.
Instructions
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
state.h
62
ctx->ATIFragmentShader.Current->
Instructions
[0];
98
ctx->VertexProgram.Current->arb.
Instructions
;
126
ctx->FragmentProgram.Current->arb.
Instructions
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
state.h
68
ctx->ATIFragmentShader.Current->
Instructions
[0];
104
ctx->VertexProgram.Current->arb.
Instructions
;
132
ctx->FragmentProgram.Current->arb.
Instructions
;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
test_eu_compact.cpp
230
class
Instructions
: public CompactTestFixture {};
234
Instructions
,
260
TEST_P(
Instructions
, ADD_GRF_GRF_GRF)
269
TEST_P(
Instructions
, ADD_GRF_GRF_IMM)
277
TEST_P(
Instructions
, ADD_GRF_GRF_IMM_d)
285
TEST_P(
Instructions
, MOV_GRF_GRF)
302
TEST_P(
Instructions
, ADD_vec1_GRF_GRF_GRF)
320
TEST_P(
Instructions
, f0_0_MOV_GRF_GRF)
335
TEST_P(
Instructions
, f0_1_MOV_GRF_GRF)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_optimize_tests.c
67
for(inst = c.Program.
Instructions
.Next;
68
inst != &c.Program.
Instructions
;
radeon_compiler_regalloc_tests.c
67
for(inst = c->Program.
Instructions
.Next;
68
inst != &c->Program.
Instructions
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_optimize_tests.c
67
for(inst = c.Program.
Instructions
.Next;
68
inst != &c.Program.
Instructions
;
radeon_compiler_regalloc_tests.c
67
for(inst = c->Program.
Instructions
.Next;
68
inst != &c->Program.
Instructions
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
arbprogparse.c
36
The
instructions
we emit will use six kinds of source registers:
125
ralloc_free(program->arb.
Instructions
);
126
program->arb.
Instructions
= prog.arb.
Instructions
;
132
/* Append fog
instructions
now if the program has "OPTION ARB_fog_exp"
178
ralloc_free(prog.arb.
Instructions
);
208
ralloc_free(program->arb.
Instructions
);
209
program->arb.
Instructions
= prog.arb.
Instructions
;
programopt.c
44
* This function inserts
instructions
for coordinate modelview * projection
72
/* Alloc storage for new
instructions
*/
81
* Generated
instructions
:
101
/* Append original
instructions
after new
instructions
*/
102
_mesa_copy_instructions (newInst + 4, vprog->arb.
Instructions
, origLen);
104
/* free old
instructions
*/
105
ralloc_free(vprog->arb.
Instructions
);
107
/* install new
instructions
*/
108
vprog->arb.
Instructions
= newInst
[
all
...]
program.c
355
* Insert 'count' NOP
instructions
at 'start' in the given program.
368
struct prog_instruction *inst = prog->arb.
Instructions
+ i;
376
/* Alloc storage for new
instructions
*/
382
/* Copy 'start'
instructions
into new instruction buffer */
383
_mesa_copy_instructions(newInst, prog->arb.
Instructions
, start);
385
/* init the new
instructions
*/
388
/* Copy the remaining/tail
instructions
to new inst buffer */
390
prog->arb.
Instructions
+ start,
393
/* free old
instructions
*/
394
ralloc_free(prog->arb.
Instructions
);
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
programopt.c
44
* This function inserts
instructions
for coordinate modelview * projection
72
/* Alloc storage for new
instructions
*/
81
* Generated
instructions
:
101
/* Append original
instructions
after new
instructions
*/
102
_mesa_copy_instructions (newInst + 4, vprog->arb.
Instructions
, origLen);
104
/* free old
instructions
*/
105
ralloc_free(vprog->arb.
Instructions
);
107
/* install new
instructions
*/
108
vprog->arb.
Instructions
= newInst
[
all
...]
arbprogparse.c
36
The
instructions
we emit will use six kinds of source registers:
125
ralloc_free(program->arb.
Instructions
);
126
program->arb.
Instructions
= prog.arb.
Instructions
;
132
/* Append fog
instructions
now if the program has "OPTION ARB_fog_exp"
206
ralloc_free(program->arb.
Instructions
);
207
program->arb.
Instructions
= prog.arb.
Instructions
;
program.c
345
* Insert 'count' NOP
instructions
at 'start' in the given program.
358
struct prog_instruction *inst = prog->arb.
Instructions
+ i;
366
/* Alloc storage for new
instructions
*/
372
/* Copy 'start'
instructions
into new instruction buffer */
373
_mesa_copy_instructions(newInst, prog->arb.
Instructions
, start);
375
/* init the new
instructions
*/
378
/* Copy the remaining/tail
instructions
to new inst buffer */
380
prog->arb.
Instructions
+ start,
383
/* free old
instructions
*/
384
ralloc_free(prog->arb.
Instructions
);
[
all
...]
Completed in 22 milliseconds
1
2
3
4
5
Indexes created Wed Jul 29 00:25:28 UTC 2026