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.c369 .HasTexture = 1,
376 .HasTexture = 1,
383 .HasTexture = 1,
390 .HasTexture = 1,
397 .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.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.c407 if (info->HasTexture) in rc_get_stats()
Dradeon_optimize.c814 if (info->HasTexture) { in peephole_mul_omod()
Dradeon_pair_schedule.c1265 if (info->HasTexture) { in schedule_block()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c430 if (info->HasTexture) { in parse_rc_normal_instruction()