OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texinst
(Results
1 - 4
of
4
) 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
...]
/external/llvm/lib/Target/AMDGPU/
R600InstrFormats.td
29
bit
TEXInst
= 0;
55
let TSFlags{13} =
TEXInst
;
R600Instructions.td
887
let
TEXInst
= 1;
[
all
...]
Completed in 629 milliseconds