Searched refs:texinst (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_atifragshader.c | 243 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, argument 246 GLuint swizzle = texinst->swizzle; 247 GLuint pass_tex = texinst->src; 264 struct atifs_setupinst *texinst, const SWspan *span, 267 /* sample from unit idx using texinst->src as coords */ 268 GLuint swizzle = texinst->swizzle; 269 GLuint coord_source = texinst->src; 308 struct atifs_setupinst *texinst; local in function:execute_shader 322 texinst = &shader->SetupInst[pass][j]; 323 if (texinst 263 handle_sample_op(struct gl_context * ctx,struct atifs_machine * machine,struct atifs_setupinst * texinst,const SWspan * span,GLuint column,GLuint idx) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 320 const struct atifs_setupinst *texinst) 322 if (!texinst->Opcode) 325 GLuint pass_tex = texinst->src; 345 coord = apply_swizzle(t, coord, texinst->swizzle); 347 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { 383 } else if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 473 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; local in function:st_translate_atifs_program 474 compile_setupinst(t, r, texinst); 557 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; local in function:st_init_atifs_prog 558 GLuint pass_tex = texinst 318 compile_setupinst(struct st_translate * t,const unsigned r,const struct atifs_setupinst * texinst) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_atifragshader.c | 243 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, argument 246 GLuint swizzle = texinst->swizzle; 247 GLuint pass_tex = texinst->src; 264 struct atifs_setupinst *texinst, const SWspan *span, 267 /* sample from unit idx using texinst->src as coords */ 268 GLuint swizzle = texinst->swizzle; 269 GLuint coord_source = texinst->src; 308 struct atifs_setupinst *texinst; local in function:execute_shader 322 texinst = &shader->SetupInst[pass][j]; 323 if (texinst 263 handle_sample_op(struct gl_context * ctx,struct atifs_machine * machine,struct atifs_setupinst * texinst,const SWspan * span,GLuint column,GLuint idx) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_tgsi.c | 303 const struct atifs_setupinst *texinst) 308 if (!texinst->Opcode) 313 GLuint pass_tex = texinst->src; 329 src[0] = apply_swizzle(t, src[0], texinst->swizzle); 331 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { 337 } else if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 515 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; local in function:st_translate_atifs_program 516 compile_setupinst(t, r, texinst); 562 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; local in function:st_init_atifs_prog 563 GLuint pass_tex = texinst 301 compile_setupinst(struct st_translate * t,const unsigned r,const struct atifs_setupinst * texinst) argument [all...] |
Completed in 5 milliseconds