Home
last modified time | relevance | path

Searched refs:SetupInst (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Datifragshader.c84 free(s->SetupInst[i]); in _mesa_delete_ati_fragment_shader()
340 free(ctx->ATIFragmentShader.Current->SetupInst[i]); in _mesa_BeginFragmentShaderATI()
351 ctx->ATIFragmentShader.Current->SetupInst[i] = in _mesa_BeginFragmentShaderATI()
409 GLuint op = curProg->SetupInst[j][i].Opcode; in _mesa_EndFragmentShaderATI()
411 GLuint src = curProg->SetupInst[j][i].src; in _mesa_EndFragmentShaderATI()
412 GLuint swizzle = curProg->SetupInst[j][i].swizzle; in _mesa_EndFragmentShaderATI()
505 curI = &curProg->SetupInst[curProg->cur_pass >> 1][dst - GL_REG_0_ATI]; in _mesa_PassTexCoordATI()
579 curI = &curProg->SetupInst[curProg->cur_pass >> 1][dst - GL_REG_0_ATI]; in _mesa_SampleMapATI()
Dmtypes.h2250 struct atifs_setupinst *SetupInst[2]; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c474 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_translate_atifs_program()
557 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_init_atifs_prog()