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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 368 if (shader->SetupInst[0][reg].Opcode) {
372 txformat |= (shader->SetupInst[0][reg].src - GL_TEXTURE0_ARB)
379 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) {
381 if (shader->SetupInst[0][reg].swizzle == GL_SWIZZLE_STR_ATI ||
382 shader->SetupInst[0][reg].swizzle == GL_SWIZZLE_STQ_ATI) {
396 else if (shader->SetupInst[0][reg].swizzle == GL_SWIZZLE_STR_ATI ||
397 shader->SetupInst[0][reg].swizzle == GL_SWIZZLE_STQ_ATI) {
417 if (shader->SetupInst[0][reg].Opcode) {
418 txformat_multi |= (shader->SetupInst[0][reg].src - GL_TEXTURE0_ARB)
420 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP)
    [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 65 free(s->SetupInst[i]);
327 free(ctx->ATIFragmentShader.Current->SetupInst[i]);
338 ctx->ATIFragmentShader.Current->SetupInst[i] =
396 GLuint op = curProg->SetupInst[j][i].Opcode;
398 GLuint src = curProg->SetupInst[j][i].src;
399 GLuint swizzle = curProg->SetupInst[j][i].swizzle;
490 curI = &curProg->SetupInst[curProg->cur_pass >> 1][dst - GL_REG_0_ATI];
563 curI = &curProg->SetupInst[curProg->cur_pass >> 1][dst - GL_REG_0_ATI];
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 513 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r];
560 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r];
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 322 texinst = &shader->SetupInst[pass][j];

Completed in 77 milliseconds