HomeSort by relevance Sort by last modified time
    Searched refs:HasTexture (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 250 unsigned int HasTexture:1;
radeon_opcodes.c 361 .HasTexture = 1,
368 .HasTexture = 1,
375 .HasTexture = 1,
382 .HasTexture = 1,
389 .HasTexture = 1,
radeon_compiler_util.c 129 if (info->HasTexture) {
231 if (info->HasTexture) {
431 if (info->HasTexture) {
radeon_pair_translate.c 369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
radeon_compiler.c 405 if (info->HasTexture)
radeon_program_print.c 313 if (opcode->HasTexture) {
radeon_optimize.c 795 if (info->HasTexture) {
radeon_pair_schedule.c     [all...]

Completed in 667 milliseconds