HomeSort by: relevance | last modified time | path
    Searched refs:Used (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) {
40 sub->Src[i].Used = 1;
54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
64 * This pass finds sources that are not used by their instruction and marks
79 inst->U.P.RGB.Src[i].Used = 0;
80 inst->U.P.Alpha.Src[i].Used = 0;
radeon_program_pair.c 51 /* Make sure only one presubtract operation is used per instruction. */
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
67 if (pair->RGB.Src[i].Used) {
77 if (pair->Alpha.Src[i].Used) {
102 pair->RGB.Src[candidate].Used = 1;
110 pair->RGB.Src[i].Used = 1;
115 pair->Alpha.Src[candidate].Used = 1;
123 pair->Alpha.Src[i].Used = 1;
138 /* swz > 3 means that the swizzle is either not used, or a constan
    [all...]
radeon_variable.h 41 int Used;
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
radeon_program_pair.h 53 * the presubtract value will be used, and
59 unsigned int Used:1;
radeon_variable.c 102 * index that is already being used. */
105 .Used = 1;
113 .Used = 1;
215 if (!var->Live[chan].Used
220 if (!var->Live[chan].Used
224 var->Live[chan].Used = 1;
349 * Generate a list of variables used by the shader program. Each instruction
radeon_pair_regalloc.c 55 unsigned int Used:1;
167 if (!src || !src->Used) {
185 if (!a->Used || !b->Used) {
222 s->Input[index].Used = 1;
229 reg->Live[i].Used = 1;
271 * This pass is supposed to be used to maintain correct allocation of inputs
562 if (s->Input[i].Live[chan].Used) {
746 * integer value is zero, then a simple register allocator will be used that
748 * user is non-zero, then the regular register allocator will be used
    [all...]
radeon_pair_schedule.c 86 * Used to keep track of which instructions read a value.
94 * Used to keep track which values are stored in each component of a
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used;
531 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used)
556 if (!temp.Used)
612 if (alpha->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
618 if (alpha->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) {
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
744 if (!emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)
    [all...]
radeon_program_print.c 352 if (inst->RGB.Src[src].Used) {
359 if (inst->Alpha.Src[src].Used) {
367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) {
radeon_pair_translate.c 180 * We need to make sure that the values used by the presubtract
202 pair->RGB.Src[i].Used = 1;
209 pair->Alpha.Src[i].Used = 1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) {
40 sub->Src[i].Used = 1;
54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
64 * This pass finds sources that are not used by their instruction and marks
79 inst->U.P.RGB.Src[i].Used = 0;
80 inst->U.P.Alpha.Src[i].Used = 0;
radeon_program_pair.c 51 /* Make sure only one presubtract operation is used per instruction. */
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
67 if (pair->RGB.Src[i].Used) {
77 if (pair->Alpha.Src[i].Used) {
102 pair->RGB.Src[candidate].Used = 1;
110 pair->RGB.Src[i].Used = 1;
115 pair->Alpha.Src[candidate].Used = 1;
123 pair->Alpha.Src[i].Used = 1;
138 /* swz > 3 means that the swizzle is either not used, or a constan
    [all...]
radeon_variable.h 41 int Used;
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
radeon_program_pair.h 53 * the presubtract value will be used, and
59 unsigned int Used:1;
radeon_variable.c 102 * index that is already being used. */
105 .Used = 1;
113 .Used = 1;
215 if (!var->Live[chan].Used
220 if (!var->Live[chan].Used
224 var->Live[chan].Used = 1;
349 * Generate a list of variables used by the shader program. Each instruction
radeon_pair_regalloc.c 55 unsigned int Used:1;
167 if (!src || !src->Used) {
185 if (!a->Used || !b->Used) {
222 s->Input[index].Used = 1;
229 reg->Live[i].Used = 1;
271 * This pass is supposed to be used to maintain correct allocation of inputs
562 if (s->Input[i].Live[chan].Used) {
748 * integer value is zero, then a simple register allocator will be used that
750 * user is non-zero, then the regular register allocator will be used
    [all...]
radeon_pair_schedule.c 86 * Used to keep track of which instructions read a value.
94 * Used to keep track which values are stored in each component of a
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used;
531 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used)
556 if (!temp.Used)
612 if (alpha->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
618 if (alpha->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) {
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
744 if (!emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)
    [all...]
radeon_program_print.c 352 if (inst->RGB.Src[src].Used) {
359 if (inst->Alpha.Src[src].Used) {
367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) {
radeon_pair_translate.c 178 * We need to make sure that the values used by the presubtract
200 pair->RGB.Src[i].Used = 1;
207 pair->Alpha.Src[i].Used = 1;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
performance_query.c 52 * toggle Active/Used to false because we're tearing down the GL context
56 m->Used = false;
495 if (obj->Used && !obj->Ready) {
542 if (obj->Used && !obj->Ready) {
548 obj->Used = true;
623 if (!obj->Used) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_perfquery.c 136 assert(!o->Used || o->Ready);
153 assert(!o->Used || o->Ready); /* no in-flight query to worry about */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
performance_query.c 489 if (obj->Used && !obj->Ready) {
536 if (obj->Used && !obj->Ready) {
542 obj->Used = true;
  /xsrc/external/mit/fontconfig/dist/doc/
fcatomic.fncs 10 * documentation, and that the name of the author(s) not be used in
78 Deletes the new file. Used in error recovery to back out changes.
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_performance_query.c 124 o->Used ? "Dirty," : "New,",
246 assert(!o->Used || o->Ready); /* no in-flight query to worry about */
368 assert(!o->Used || o->Ready);

Completed in 28 milliseconds

1 2