OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vector_width
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/runtime/
rs_allocation.c
455
rs_data_type data_type, uint32_t
vector_width
) {
456
if (
vector_width
< 2 ||
vector_width
> 4) {
457
rsDebug("Invalid
vector_width
",
vector_width
);
474
vector_width
);
524
int
vector_width
= 1;
local
527
vector_width
= 2;
530
vector_width
= 3;
533
vector_width
= 4
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h
316
unsigned
vector_width
;
member in struct:lp_build_sample_context
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c
1734
unsigned
vector_width
;
local
[
all
...]
Completed in 3119 milliseconds