HomeSort by relevance Sort by last modified time
    Searched refs:vector_width (Results 1 - 8 of 8) 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...]
  /frameworks/rs/script_api/
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.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 584 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
644 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
    [all...]
lp_bld_sample.h 316 unsigned vector_width; member in struct:lp_build_sample_context
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1734 unsigned vector_width; local
    [all...]
  /frameworks/rs/script_api/include/
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.
    [all...]
  /prebuilts/sdk/renderscript/include/
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.
    [all...]

Completed in 4805 milliseconds