OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pack_x_nr
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_tex_layout.c
90
GLuint pack_x_pitch,
pack_x_nr
;
local
105
pack_x_nr
= 1;
117
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
140
pack_x_nr
<<= 1;
143
pack_x_nr
<<= 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c
90
GLuint pack_x_pitch,
pack_x_nr
;
local
105
pack_x_nr
= 1;
117
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
140
pack_x_nr
<<= 1;
143
pack_x_nr
<<= 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_tex_layout.c
408
GLuint pack_x_pitch,
pack_x_nr
;
local
417
pack_x_nr
= 1;
429
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
442
pack_x_nr
<<= 1;
443
assert(pack_x_pitch *
pack_x_nr
<= mt->total_width);
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c
408
GLuint pack_x_pitch,
pack_x_nr
;
local
417
pack_x_nr
= 1;
429
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
442
pack_x_nr
<<= 1;
443
assert(pack_x_pitch *
pack_x_nr
<= mt->total_width);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c
505
unsigned pack_x_pitch,
pack_x_nr
;
local
514
pack_x_nr
= 1;
524
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
537
pack_x_nr
<<= 1;
538
assert(pack_x_pitch *
pack_x_nr
* util_format_get_blocksize(pt->format) <= tex->stride);
/external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c
505
unsigned pack_x_pitch,
pack_x_nr
;
local
514
pack_x_nr
= 1;
524
for (j = 0; j <
pack_x_nr
&& q < depth; j++, q++) {
537
pack_x_nr
<<= 1;
538
assert(pack_x_pitch *
pack_x_nr
* util_format_get_blocksize(pt->format) <= tex->stride);
Completed in 211 milliseconds