Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.c323 .HasTexture = 1,
330 .HasTexture = 1,
337 .HasTexture = 1,
344 .HasTexture = 1,
351 .HasTexture = 1,
Dradeon_compiler_util.c129 if (info->HasTexture) { in srcs_need_rewrite()
238 if (info->HasTexture) { in rc_normal_rewrite_writemask()
438 if (info->HasTexture) { in rc_inst_can_use_presub()
Dradeon_opcodes.h233 unsigned int HasTexture:1; member
Dradeon_pair_translate.c371 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.c401 if (info->HasTexture) in rc_get_stats()
Dradeon_optimize.c819 if (info->HasTexture) { in peephole_mul_omod()
Dradeon_pair_schedule.c1261 if (info->HasTexture) { in schedule_block()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c431 if (info->HasTexture) { in parse_rc_normal_instruction()