Home
last modified time | relevance | path

Searched refs:HasTexture (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.c361 .HasTexture = 1,
368 .HasTexture = 1,
375 .HasTexture = 1,
382 .HasTexture = 1,
389 .HasTexture = 1,
Dradeon_opcodes.h250 unsigned int HasTexture:1; member
Dradeon_compiler_util.c129 if (info->HasTexture) { in srcs_need_rewrite()
231 if (info->HasTexture) { in rc_normal_rewrite_writemask()
431 if (info->HasTexture) { in rc_inst_can_use_presub()
Dradeon_pair_translate.c369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL) in rc_pair_translate()
Dradeon_program_print.c313 if (opcode->HasTexture) { in rc_print_normal_instruction()
Dradeon_compiler.c405 if (info->HasTexture) in rc_get_stats()
Dradeon_optimize.c795 if (info->HasTexture) { in peephole_mul_omod()
Dradeon_pair_schedule.c1265 if (info->HasTexture) { in schedule_block()