OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nv04
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c
124
struct nv04_context *
nv04
= to_nv04_context(ctx);
local
128
nv04
->ctrl[0] = NV04_TEXTURED_TRIANGLE_CONTROL_Z_FORMAT_FIXED |
130
nv04
->ctrl[1] = 0;
131
nv04
->ctrl[2] = 0;
135
nv04
->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_DITHER_ENABLE;
139
nv04
->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_CULL_MODE_NONE;
141
nv04
->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_CULL_MODE_BOTH;
143
nv04
->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
149
nv04
->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_Z_ENABLE;
151
nv04
->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_Z_WRITE
198
struct
nv04
_context *
nv04
= to_
nv04
_context(ctx);
local
[
all
...]
nv04_state_tex.c
63
struct nv04_context *
nv04
= to_nv04_context(ctx);
local
113
nv04
->texture[i] = s;
114
nv04
->format[i] = format;
115
nv04
->filter[i] = filter;
nv04_render.c
97
swtnl_restart_ttri(struct nv04_context *
nv04
, struct nouveau_pushbuf *push)
100
PUSH_DATA (push,
nv04
->colorkey);
101
PUSH_RELOC(push,
nv04
->texture[0]->bo,
nv04
->texture[0]->offset,
103
PUSH_RELOC(push,
nv04
->texture[0]->bo,
nv04
->format[0], NOUVEAU_BO_OR,
106
PUSH_DATA (push,
nv04
->filter[0]);
107
PUSH_DATA (push,
nv04
->blend);
108
PUSH_DATA (push,
nv04
->ctrl[0] & ~0x3e000000);
109
PUSH_DATA (push,
nv04
->fog)
145
struct
nv04
_context *
nv04
= to_
nv04
_context(ctx);
local
[
all
...]
nv04_state_frag.c
255
struct nv04_context *
nv04
= to_nv04_context(ctx);
local
288
nv04
->blend &= ~NV04_TEXTURED_TRIANGLE_BLEND_TEXTURE_MAP__MASK;
290
nv04
->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode);
292
nv04
->blend |= get_texenv_mode(GL_MODULATE);
295
nv04
->alpha[i] = rc_a.hw;
296
nv04
->color[i] = rc_c.hw;
297
nv04
->factor = pack_rgba_f(MESA_FORMAT_ARGB8888,
/external/libdrm/nouveau/
abi16.c
42
struct nv04_fifo *
nv04
= obj->data;
local
44
.fb_ctxdma_handle =
nv04
->vram,
45
.tt_ctxdma_handle =
nv04
->gart
54
nv04
->base.channel = req.channel;
55
nv04
->base.pushbuf = req.pushbuf_domains;
56
nv04
->notify = req.notifier_handle;
57
nv04
->base.object->handle = req.channel;
58
nv04
->base.object->length = sizeof(*
nv04
);
305
bo->config.
nv04
.surf_flags = info->tile_flags & 7
[
all
...]
nouveau.h
100
}
nv04
;
member in union:nouveau_bo_config
Completed in 81 milliseconds