Home
last modified time | relevance | path

Searched defs:num_comps (Results 1 – 13 of 13) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dtestcmyk.c79 test_gray(int num_comps, /* I - Number of components */ in test_gray()
261 test_rgb(int num_comps, /* I - Number of components */ in test_rgb()
Dtestrgb.c93 int num_comps, /* I - Number of components */ in test_gray()
223 int num_comps, /* I - Number of components */ in test_rgb()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp209 unsigned num_comps = util_bitcount(comps); in create_new_io_var() local
342 unsigned num_comps = glsl_get_vector_elements(glsl_without_array(new_var->type)); in vec_instr_stack_pop() local
398 nir_ssa_def **srcs, unsigned first_comp, unsigned num_comps) in create_new_io()
Dsfn_nir_vectorize_vs_inputs.c141 unsigned comp, unsigned num_comps, unsigned old_num_comps) in r600_create_new_load()
194 unsigned num_comps = in r600_vec_instr_stack_pop() local
350 unsigned num_comps = util_bitcount(comps); in r600_create_new_io_var() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c148 unsigned num_comps = state->output[slot].num_components; in so_emit_prim() local
185 unsigned num_comps = state->output[slot].num_components; in so_emit_prim() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c571 unsigned num_comps = intrin->dest.ssa.num_components; in split_unaligned_load() local
599 unsigned num_comps = value->num_components; in split_unaligned_store() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c407 const unsigned num_comps = in lower_load() local
519 const unsigned num_comps = in lower_store() local
933 const unsigned num_comps = nir_address_format_num_components(addr_format); in build_addr_for_var() local
Dnir_linking_helpers.c342 unsigned num_comps = 4 - var->data.location_frac; in get_unmoveable_components_masks() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c278 unsigned num_comps = stream_out->num_components; in si_llvm_streamout_store_output() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp925 unsigned num_comps = output_num_components[varying][component]; in emit_generic_urb_slot() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c1109 unsigned num_comps = glsl_get_components(deref->type); in write_0() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c755 unsigned num_comps = util_bitcount(output->component_mask); in radv_emit_stream_output() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c422 lower_load_vec32(nir_builder *b, nir_ssa_def *index, unsigned num_comps, nir_ssa_def **comps, nir_i… in lower_load_vec32()