OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texels
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h
97
short *
texels
;
member in struct:vl_mpeg12_buffer
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c
55
* Return array of
texels
for given unit.
571
* Apply X/Y/Z/W/0/1 swizzle to an array of colors/
texels
.
575
swizzle_texels(GLuint swizzle, GLuint count, float4_array
texels
)
588
vector[SWIZZLE_X] =
texels
[i][0];
589
vector[SWIZZLE_Y] =
texels
[i][1];
590
vector[SWIZZLE_Z] =
texels
[i][2];
591
vector[SWIZZLE_W] =
texels
[i][3];
592
texels
[i][RCOMP] = vector[swzR];
593
texels
[i][GCOMP] = vector[swzG];
594
texels
[i][BCOMP] = vector[swzB]
666
float4_array
texels
= get_texel_array(swrast, unit);
local
729
float4_array
texels
= get_texel_array(swrast, unit);
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h
97
short *
texels
;
member in struct:vl_mpeg12_buffer
/external/mesa3d/src/mesa/swrast/
s_texcombine.c
47
* Return array of
texels
for given unit.
563
* Apply X/Y/Z/W/0/1 swizzle to an array of colors/
texels
.
567
swizzle_texels(GLuint swizzle, GLuint count, float4_array
texels
)
580
vector[SWIZZLE_X] =
texels
[i][0];
581
vector[SWIZZLE_Y] =
texels
[i][1];
582
vector[SWIZZLE_Z] =
texels
[i][2];
583
vector[SWIZZLE_W] =
texels
[i][3];
584
texels
[i][RCOMP] = vector[swzR];
585
texels
[i][GCOMP] = vector[swzG];
586
texels
[i][BCOMP] = vector[swzB]
658
float4_array
texels
= get_texel_array(swrast, unit);
local
721
float4_array
texels
= get_texel_array(swrast, unit);
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c
754
/* get x0/x1
texels
*/
778
/* get x0/x1
texels
at y1 */
804
/* get x0/x1/y0/y1
texels
at z1 */
1101
LLVMValueRef
texels
[4];
local
1394
LLVMValueRef
texels
[4];
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c
754
/* get x0/x1
texels
*/
778
/* get x0/x1
texels
at y1 */
804
/* get x0/x1/y0/y1
texels
at z1 */
1101
LLVMValueRef
texels
[4];
local
1394
LLVMValueRef
texels
[4];
local
[
all
...]
Completed in 243 milliseconds