OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texinst
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_atifragshader.c
243
handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *
texinst
,
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
322
texinst
= &shader->SetupInst[pass][j];
323
if (
texinst
->Opcode == ATI_FRAGMENT_SHADER_PASS_OP
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
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) {
513
struct atifs_setupinst *
texinst
= &atifs->SetupInst[pass][r];
local
514
compile_setupinst(t, r,
texinst
);
560
struct atifs_setupinst *
texinst
= &atifs->SetupInst[pass][r];
local
561
GLuint pass_tex =
texinst
->src
[
all
...]
Completed in 324 milliseconds