Searched refs:vector_width (Results 1 - 3 of 3) sorted by path

/frameworks/rs/api/
H A Drs_allocation_create.spec34 the Element will be set to RS_KIND_USER and vector_width will be set to 1,
43 arg: uint32_t vector_width, "Vector width (either 2, 3, or 4)"
47 Value of vector_width must be 2, 3 or 4. The data kind of the Element will
60 vector_width of the Element will be set to 1, indicating non-vector.
/frameworks/rs/driver/runtime/
H A Drs_allocation.c541 rs_data_type data_type, uint32_t vector_width) {
542 if (vector_width < 2 || vector_width > 4) {
543 rsDebug("Invalid vector_width", vector_width);
560 vector_width);
610 int vector_width = 1; local
613 vector_width = 2;
616 vector_width = 3;
619 vector_width
540 rsCreateVectorElement( rs_data_type data_type, uint32_t vector_width) argument
[all...]
/frameworks/rs/scriptc/
H A Drs_allocation_create.rsh36 * the Element will be set to RS_KIND_USER and vector_width will be set to 1,
51 * Value of vector_width must be 2, 3 or 4. The data kind of the Element will
56 * vector_width: Vector width (either 2, 3, or 4)
60 rsCreateVectorElement(rs_data_type data_type, uint32_t vector_width);
67 * vector_width of the Element will be set to 1, indicating non-vector.

Completed in 175 milliseconds