OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvfx_reg
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h
417
struct
nvfx_reg
{
struct
423
struct
nvfx_reg
reg;
447
struct
nvfx_reg
dst;
452
nvfx_insn(boolean sat, unsigned op, int unit, struct
nvfx_reg
dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2)
471
static INLINE struct
nvfx_reg
472
nvfx_reg
(int type, int index)
function
474
struct
nvfx_reg
temp = {
482
nvfx_src(struct
nvfx_reg
reg)
nvfx_vertprog.c
48
struct
nvfx_reg
r_result[PIPE_MAX_SHADER_OUTPUTS];
49
struct
nvfx_reg
*r_address;
50
struct
nvfx_reg
*r_temp;
51
struct
nvfx_reg
*r_const;
52
struct
nvfx_reg
r_0_1;
54
struct
nvfx_reg
*imm;
64
static struct
nvfx_reg
72
return
nvfx_reg
(NVFXSR_TEMP, 0);
77
return
nvfx_reg
(NVFXSR_TEMP, idx);
87
static struct
nvfx_reg
[
all
...]
nvfx_fragprog.c
25
struct
nvfx_reg
r_result[PIPE_MAX_SHADER_OUTPUTS];
26
struct
nvfx_reg
r_input[PIPE_MAX_SHADER_INPUTS];
27
struct
nvfx_reg
*r_temp;
36
struct
nvfx_reg
* r_imm;
44
static INLINE struct
nvfx_reg
52
return
nvfx_reg
(NVFXSR_TEMP, 0);
57
return
nvfx_reg
(NVFXSR_TEMP, idx);
67
static inline struct
nvfx_reg
74
return
nvfx_reg
(NVFXSR_IMM, idx);
160
emit_dst(struct nvfx_fpc *fpc, struct
nvfx_reg
dst
[
all
...]
Completed in 25 milliseconds