Home
last modified time | relevance | path

Searched refs:GL_REG_0_ATI (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Datifragshader.c164 ((arg < GL_REG_0_ATI) || (arg > GL_REG_5_ATI)) && in check_arith_arg()
448 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[curProg->cur_pass >> 1])) { in _mesa_PassTexCoordATI()
452 if ((dst < GL_REG_0_ATI) || (dst > GL_REG_5_ATI) || in _mesa_PassTexCoordATI()
453 ((dst - GL_REG_0_ATI) >= ctx->Const.MaxTextureUnits)) { in _mesa_PassTexCoordATI()
457 if (((coord < GL_REG_0_ATI) || (coord > GL_REG_5_ATI)) && in _mesa_PassTexCoordATI()
463 if ((curProg->cur_pass == 0) && (coord >= GL_REG_0_ATI)) { in _mesa_PassTexCoordATI()
471 if ((swizzle & 1) && (coord >= GL_REG_0_ATI)) { in _mesa_PassTexCoordATI()
486 curProg->regsAssigned[curProg->cur_pass >> 1] |= 1 << (dst - GL_REG_0_ATI); in _mesa_PassTexCoordATI()
490 curI = &curProg->SetupInst[curProg->cur_pass >> 1][dst - GL_REG_0_ATI]; in _mesa_PassTexCoordATI()
520 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[curProg->cur_pass >> 1])) { in _mesa_SampleMapATI()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c254 else if (pass_tex >= GL_REG_0_ATI && pass_tex <= GL_REG_5_ATI) { in handle_pass_op()
255 pass_tex -= GL_REG_0_ATI; in handle_pass_op()
277 else if (coord_source >= GL_REG_0_ATI && coord_source <= GL_REG_5_ATI) { in handle_sample_op()
278 coord_source -= GL_REG_0_ATI; in handle_sample_op()
337 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) in execute_shader()
339 machine->Registers[index - GL_REG_0_ATI]); in execute_shader()
526 dstp = machine->Registers[dstreg - GL_REG_0_ATI]; in execute_shader()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c75 if (index >= GL_REG_0_ATI && index <= GL_REG_5_ATI) in r200SetFragShaderArg()
76 reg0 |= (((index - GL_REG_0_ATI)*2) + 10 + useOddSrc) << (5*argPos); in r200SetFragShaderArg()
271 GLuint dstreg = inst->DstReg[optype].Index - GL_REG_0_ATI; in r200UpdateFSArith()
484 if (coord >= GL_REG_0_ATI) { in r200UpdateFSRouting()
486 txformat_multi |= (coord - GL_REG_0_ATI + 2) << R200_PASS2_COORDS_REG_SHIFT; in r200UpdateFSRouting()
489 (R200_PPX_OUTPUT_REG_0_SHIFT + coord - GL_REG_0_ATI); in r200UpdateFSRouting()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c128 if (src_type >= GL_REG_0_ATI && src_type <= GL_REG_5_ATI) { in get_source()
129 if (t->regs_written[t->current_pass][src_type - GL_REG_0_ATI]) { in get_source()
130 return ureg_src(get_temp(t, src_type - GL_REG_0_ATI)); in get_source()
319 } else if (pass_tex >= GL_REG_0_ATI && pass_tex <= GL_REG_5_ATI) { in compile_setupinst()
320 unsigned reg = pass_tex - GL_REG_0_ATI; in compile_setupinst()
358 unsigned dstreg = inst->DstReg[optype].Index - GL_REG_0_ATI; in compile_instruction()
/external/swiftshader/include/GL/
Dglext.h5266 #define GL_REG_0_ATI 0x8921 macro
/external/mesa3d/include/GL/
Dglext.h5958 #define GL_REG_0_ATI 0x8921 macro