OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aapoint_fs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c
76
void *
aapoint_fs
; /**< the aa point-augmented shader */
member in struct:aapoint_fragment_shader
498
struct pipe_shader_state
aapoint_fs
;
local
503
aapoint_fs
= *orig_fs; /* copy to init */
504
aapoint_fs
.tokens = tgsi_alloc_tokens(newLen);
505
if (
aapoint_fs
.tokens == NULL)
519
(struct tgsi_token *)
aapoint_fs
.tokens,
526
tgsi_dump(
aapoint_fs
.tokens, 0);
529
aapoint->fs->
aapoint_fs
530
= aapoint->driver_create_fs_state(pipe, &
aapoint_fs
);
531
if (aapoint->fs->
aapoint_fs
== NULL
[
all
...]
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c
76
void *
aapoint_fs
; /**< the aa point-augmented shader */
member in struct:aapoint_fragment_shader
498
struct pipe_shader_state
aapoint_fs
;
local
503
aapoint_fs
= *orig_fs; /* copy to init */
504
aapoint_fs
.tokens = tgsi_alloc_tokens(newLen);
505
if (
aapoint_fs
.tokens == NULL)
519
(struct tgsi_token *)
aapoint_fs
.tokens,
526
tgsi_dump(
aapoint_fs
.tokens, 0);
529
aapoint->fs->
aapoint_fs
530
= aapoint->driver_create_fs_state(pipe, &
aapoint_fs
);
531
if (aapoint->fs->
aapoint_fs
== NULL
[
all
...]
Completed in 54 milliseconds