OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quad_offset_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c
113
static const unsigned char
quad_offset_x
[16] = {0, 1, 0, 1, 2, 3, 2, 3, 0, 1, 0, 1, 2, 3, 2, 3};
variable
143
pixxf = lp_build_const_float(gallivm,
quad_offset_x
[i % num_pix] +
379
LLVMValueRef pixxf = lp_build_const_float(gallivm,
quad_offset_x
[i]);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c
113
static const unsigned char
quad_offset_x
[16] = {0, 1, 0, 1, 2, 3, 2, 3, 0, 1, 0, 1, 2, 3, 2, 3};
variable
143
pixxf = lp_build_const_float(gallivm,
quad_offset_x
[i % num_pix] +
379
LLVMValueRef pixxf = lp_build_const_float(gallivm,
quad_offset_x
[i]);
Completed in 33 milliseconds