OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmplt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c
131
struct pipe_resource
tmplt
;
local
132
memset(&
tmplt
, 0, sizeof(
tmplt
));
133
tmplt
.target = PIPE_TEXTURE_2D;
134
tmplt
.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */
135
tmplt
.width0 = WIDTH;
136
tmplt
.height0 = HEIGHT;
137
tmplt
.depth0 = 1;
138
tmplt
.array_size = 1;
139
tmplt
.last_level = 0
[
all
...]
quad-tex.c
140
struct pipe_resource
tmplt
;
local
141
memset(&
tmplt
, 0, sizeof(
tmplt
));
142
tmplt
.target = PIPE_TEXTURE_2D;
143
tmplt
.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */
144
tmplt
.width0 = WIDTH;
145
tmplt
.height0 = HEIGHT;
146
tmplt
.depth0 = 1;
147
tmplt
.array_size = 1;
148
tmplt
.last_level = 0
[
all
...]
/external/mesa3d/src/gallium/tests/trivial/
tri.c
131
struct pipe_resource
tmplt
;
local
132
memset(&
tmplt
, 0, sizeof(
tmplt
));
133
tmplt
.target = PIPE_TEXTURE_2D;
134
tmplt
.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */
135
tmplt
.width0 = WIDTH;
136
tmplt
.height0 = HEIGHT;
137
tmplt
.depth0 = 1;
138
tmplt
.array_size = 1;
139
tmplt
.last_level = 0
[
all
...]
quad-tex.c
140
struct pipe_resource
tmplt
;
local
141
memset(&
tmplt
, 0, sizeof(
tmplt
));
142
tmplt
.target = PIPE_TEXTURE_2D;
143
tmplt
.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */
144
tmplt
.width0 = WIDTH;
145
tmplt
.height0 = HEIGHT;
146
tmplt
.depth0 = 1;
147
tmplt
.array_size = 1;
148
tmplt
.last_level = 0
[
all
...]
Completed in 41 milliseconds