Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.c367 .HasTexture = 1,
374 .HasTexture = 1,
381 .HasTexture = 1,
388 .HasTexture = 1,
395 .HasTexture = 1,
Dradeon_opcodes.h254 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.c407 if (info->HasTexture) in rc_get_stats()
Dradeon_optimize.c813 if (info->HasTexture) { in peephole_mul_omod()
Dradeon_pair_schedule.c1265 if (info->HasTexture) { in schedule_block()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c430 if (info->HasTexture) { in parse_rc_normal_instruction()