Home | History | Annotate | Download | only in compiler

Lines Matching defs:src_type

83 			unsigned int src_type = rc_source_type_swz(
95 if (rc_pair_remove_src(reader->Inst, src_type,
102 if (src_type & RC_SOURCE_RGB) {
110 if (src_type & RC_SOURCE_ALPHA) {
121 src_type & RC_SOURCE_RGB,
122 src_type & RC_SOURCE_ALPHA,
128 "Inst %u src_type=%x "
130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
445 unsigned int src_type,
448 if (reader.Inst->Type != src_type) {
451 if (src_type == RC_INSTRUCTION_NORMAL) {
460 unsigned int src_type,
465 if (reader_equals_src(var->Readers[i], src_type, src)) {
475 unsigned int src_type,
482 if (variable_writes_src(var, src_type, src)) {
487 if (variable_writes_src(friend, src_type, src)) {
506 unsigned int src_type,
510 rc_variable_list_get_writers(var_list, src_type, src);