OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVE4_3D_CLASS
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.c
95
return (class_3d >=
NVE4_3D_CLASS
) ? 1 : 0;
359
if (obj_class >=
NVE4_3D_CLASS
) {
503
obj_class =
NVE4_3D_CLASS
;
559
if (screen->eng3d->oclass <
NVE4_3D_CLASS
) {
601
if (screen->eng3d->oclass >=
NVE4_3D_CLASS
) {
631
if (screen->eng3d->oclass >=
NVE4_3D_CLASS
)
nvc0_tex.c
338
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
446
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
473
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
)
nvc0_program.c
668
if (screen->base.class_3d >=
NVE4_3D_CLASS
)
682
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
nvc0_transfer.c
504
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
nvc0_surface.c
646
if (blit->screen->base.class_3d >=
NVE4_3D_CLASS
) {
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c
95
return (class_3d >=
NVE4_3D_CLASS
) ? 1 : 0;
359
if (obj_class >=
NVE4_3D_CLASS
) {
503
obj_class =
NVE4_3D_CLASS
;
559
if (screen->eng3d->oclass <
NVE4_3D_CLASS
) {
601
if (screen->eng3d->oclass >=
NVE4_3D_CLASS
) {
631
if (screen->eng3d->oclass >=
NVE4_3D_CLASS
)
nvc0_tex.c
338
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
446
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
473
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
)
nvc0_program.c
668
if (screen->base.class_3d >=
NVE4_3D_CLASS
)
682
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
nvc0_transfer.c
504
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
nvc0_surface.c
646
if (blit->screen->base.class_3d >=
NVE4_3D_CLASS
) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nv_object.xml.h
191
#define
NVE4_3D_CLASS
0x0000a097
/external/mesa3d/src/gallium/drivers/nouveau/
nv_object.xml.h
191
#define
NVE4_3D_CLASS
0x0000a097
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c
468
if (nouveau_screen(pipe->screen)->class_3d >=
NVE4_3D_CLASS
) {
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c
468
if (nouveau_screen(pipe->screen)->class_3d >=
NVE4_3D_CLASS
) {
[
all
...]
Completed in 1000 milliseconds