HomeSort by relevance Sort by last modified time
    Searched defs:num_comps (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_linking_helpers.c 242 unsigned num_comps = 4 - var->data.location_frac; local
243 comps_slot2 = (elements * 2) - num_comps;
251 ((1 << num_comps) - 1) << var->data.location_frac;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 143 unsigned num_comps = state->output[slot].num_components; local
146 unsigned write_size = num_comps * sizeof(float);
177 unsigned num_comps = state->output[slot].num_components; local
189 num_comps * sizeof(float));
192 num_comps * sizeof(float));
199 slot, start_comp, num_comps, idx);
200 for (j = 0; j < num_comps; ++j) {
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 83 int32_t num_comps; local
87 pData, size, &width, &height, &num_comps, &bits, &color_trans)) {
98 if (num_comps == 1) {
100 } else if (num_comps == 3) {
102 } else if (num_comps == 4) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 2710 unsigned num_comps = stream_out->num_components; local
    [all...]

Completed in 242 milliseconds