Searched defs:num_comps (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | 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/tensorflow/tensorflow/core/lib/png/ |
H A D | png_io.cc | 49 static void Convert8to16(const uint8* p8, int num_comps, int p8_row_bytes, argument 59 width *= num_comps;
|
/external/valgrind/coregrind/m_demangle/ |
H A D | cp-demangle.h | 107 int num_comps; member in struct:d_info
|
/external/pdfium/core/fpdfapi/page/ |
H A D | 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/compiler/spirv/ |
H A D | vtn_variables.c | 588 unsigned num_comps = glsl_get_vector_elements(type->type); local 593 for (unsigned i = 0; i < num_comps; i++) { 614 (*inout)->def = nir_vec(&b->nb, comps, num_comps);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 2299 unsigned num_comps = stream_out->num_components; local 2302 assert(num_comps && num_comps <= 4); 2303 if (!num_comps || num_comps > 4) 2307 for (int j = 0; j < num_comps; j++) { 2318 switch (num_comps) { 2325 vdata = LLVMGetUndef(LLVMVectorType(ctx->i32, util_next_power_of_two(num_comps))); 2326 for (int j = 0; j < num_comps; j++) { 2334 vdata, num_comps, [all...] |
Completed in 217 milliseconds