Searched refs:vector_width (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 455 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/ |
D | rs_allocation_create.spec | 34 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/ |
D | single_source_alloc.rscript | 269 // 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/ |
D | single_source_alloc.rscript | 271 // vector_width must be at least 2 275 // vector_width must be at most 4
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_create.rsh | 36 * 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.
|