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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 382 #define NVFXSR_CONST 5
nvfx_vertprog.c 97 return nvfx_reg(NVFXSR_CONST, idx);
110 return nvfx_reg(NVFXSR_CONST, idx);
135 case NVFXSR_CONST:
167 if(src.reg.type == NVFXSR_CONST)
    [all...]
nvfx_fragprog.c 118 case NVFXSR_CONST:
380 src.reg = nvfx_reg(NVFXSR_CONST, fsrc->Register.Index);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 382 #define NVFXSR_CONST 5
nvfx_vertprog.c 97 return nvfx_reg(NVFXSR_CONST, idx);
110 return nvfx_reg(NVFXSR_CONST, idx);
135 case NVFXSR_CONST:
167 if(src.reg.type == NVFXSR_CONST)
    [all...]
nvfx_fragprog.c 118 case NVFXSR_CONST:
380 src.reg = nvfx_reg(NVFXSR_CONST, fsrc->Register.Index);
    [all...]

Completed in 682 milliseconds