Home
last modified time | relevance | path

Searched refs:vector_width (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_allocation.c455 rs_data_type data_type, uint32_t vector_width) { in rsCreateVectorElement() argument
456 if (vector_width < 2 || vector_width > 4) { in rsCreateVectorElement()
457 rsDebug("Invalid vector_width", vector_width); in rsCreateVectorElement()
474 vector_width); in rsCreateVectorElement()
524 int vector_width = 1; in rsCreatePixelElement() local
527 vector_width = 2; in rsCreatePixelElement()
530 vector_width = 3; in rsCreatePixelElement()
533 vector_width = 4; in rsCreatePixelElement()
536 vector_width = 2; in rsCreatePixelElement()
542 return rsCreateElement(data_type, data_kind, true, vector_width); in rsCreatePixelElement()
/frameworks/rs/script_api/
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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript269 // vector_width must be at least 2
273 // vector_width must be at most 4
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript271 // vector_width must be at least 2
275 // vector_width must be at most 4
/frameworks/rs/script_api/include/
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.