Lines Matching refs:height
474 int height = scratches.obtain(); in build_textures() local
482 CONTEXT_LOAD(height, generated_vars.texture[i].height); in build_textures()
510 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures()
532 SUB(AL, 0, height, height, imm(1)); in build_textures()
574 MOV(MI, 0, v, height); in build_textures()
575 CMP(AL, v, height); in build_textures()
576 MOV(LT, 0, height, imm(1 << shift)); in build_textures()
578 MOV(GE, 0, height, reg_imm(height, LSL, shift)); in build_textures()
579 RSB(GE, 0, height, height, imm(0)); in build_textures()
580 MUL(AL, 0, height, stride, height); in build_textures()
583 CMP(AL, height, reg_imm(v, ASR, FRAC_BITS)); in build_textures()
584 MOV(LE, 0, v, reg_imm(height, LSL, FRAC_BITS)); in build_textures()
585 MOV(LE, 0, height, imm(0)); in build_textures()
587 MOV(GT, 0, height, reg_imm(stride, LSL, shift)); in build_textures()
589 MOV(GT, 0, height, stride); in build_textures()
593 MOV(MI, 0, height, imm(0)); in build_textures()
595 CONTEXT_STORE(height, generated_vars.lb); in build_textures()
599 scratches.recycle(height); in build_textures()