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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 254 unsigned int HasTexture:1;
radeon_opcodes.c 367 .HasTexture = 1,
374 .HasTexture = 1,
381 .HasTexture = 1,
388 .HasTexture = 1,
395 .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 407 if (info->HasTexture)
radeon_program_print.c 313 if (opcode->HasTexture) {
radeon_optimize.c 813 if (info->HasTexture) {
radeon_pair_schedule.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 430 if (info->HasTexture) {

Completed in 1189 milliseconds