Searched defs:num_components (Results 1 - 25 of 175) sorted by relevance

1234567

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c34 v3d33_vir_vpm_read_setup(struct v3d_compile *c, int num_components) argument
H A Dv3d_nir_lower_image_load_store.c94 unsigned num_components = util_format_get_nr_components(format); local in function:v3d_nir_lower_image_store
57 pack_bits(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components,bool mask) argument
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c34 v3d33_vir_vpm_read_setup(struct v3d_compile *c, int num_components) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search_helpers.h35 is_pos_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
65 is_neg_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
89 is_zero_to_one(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
113 is_not_const_zero(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
140 is_not_const(nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, argument
H A Dnir_lower_array_deref_of_vec.c32 unsigned num_components = glsl_get_components(vec_deref->type); local in function:build_write_masked_store
99 unsigned num_components = glsl_get_components(vec_deref->type); local in function:nir_lower_array_deref_of_vec_impl
[all...]
H A Dnir_opt_large_constants.c40 const unsigned num_components = glsl_get_vector_elements(deref->type); local in function:build_constant_load
85 const unsigned num_components = glsl_get_vector_elements(deref->type); local in function:handle_constant_store
[all...]
H A Dnir_lower_alu_to_scalar.c34 nir_alu_ssa_dest_init(nir_alu_instr *instr, unsigned num_components, argument
46 unsigned num_components = nir_op_infos[instr->op].input_sizes[0]; local in function:lower_reduction
219 unsigned num_components = instr->dest.dest.ssa.num_components; local in function:lower_alu_instr_scalar
H A Dnir_lower_regs_to_ssa.c133 unsigned num_components; local in function:rewrite_alu_instr
[all...]
H A Dnir_opt_copy_propagate.c216 unsigned num_components = nir_tex_instr_src_size(tex, i); local in function:copy_prop_instr
228 unsigned num_components = nir_intrinsic_src_components(intrin, i); local in function:copy_prop_instr
240 unsigned num_components = phi->dest.ssa.num_components; local in function:copy_prop_instr
100 copy_prop_src(nir_src * src,nir_instr * parent_instr,nir_if * parent_if,unsigned num_components) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c76 load_output(nir_builder *b, int num_components, int offset, int component) argument
H A Dbrw_nir_opt_peephole_ffma.c70 get_mul_for_src(nir_alu_src *src, unsigned num_components, argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir_lower_scalar.c36 nir_alu_ssa_dest_init(nir_alu_instr * instr, unsigned num_components, argument
48 unsigned num_components = nir_op_infos[instr->op].input_sizes[0]; local in function:lower_reduction
113 unsigned num_components = instr->dest.dest.ssa.num_components; local in function:lower_scalar
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c76 load_output(nir_builder *b, int num_components, int offset, int component) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_array_deref_of_vec.c32 unsigned num_components = glsl_get_components(vec_deref->type); local in function:build_write_masked_store
104 unsigned num_components = glsl_get_components(vec_deref->type); local in function:nir_lower_array_deref_of_vec_impl
[all...]
H A Dnir_lower_readonly_images_to_tex.c188 unsigned num_components = intrin->dest.ssa.num_components; local in function:lower_readonly_image_op
H A Dnir_opt_shrink_vectors.c104 unsigned num_components = util_bitcount(mask); local in function:opt_shrink_vectors_alu
[all...]
H A Dnir_inline_uniforms.c362 int num_components = intr->dest.ssa.num_components; local in function:nir_inline_uniforms
H A Dnir_lower_alu_to_scalar.c56 nir_alu_ssa_dest_init(nir_alu_instr *alu, unsigned num_components, argument
68 unsigned num_components = nir_op_infos[alu->op].input_sizes[0]; local in function:lower_reduction
119 unsigned num_components = nir_op_infos[alu->op].input_sizes[0]; local in function:lower_fdot
326 unsigned num_components = alu->dest.dest.ssa.num_components; local in function:lower_alu_instr_scalar
[all...]
H A Dnir_lower_bit_size.c301 int num_components = phi->dest.ssa.num_components; local in function:split_phi
H A Dnir_lower_regs_to_ssa.c133 unsigned num_components; local in function:rewrite_alu_instr
[all...]
H A Dnir_lower_ubo_vec4.c106 unsigned num_components = intr->num_components; local in function:nir_lower_ubo_vec4_lower
76 create_load(nir_builder * b,nir_ssa_def * block,nir_ssa_def * offset,unsigned bit_size,unsigned num_components) argument
[all...]
H A Dnir_phi_builder.c54 unsigned num_components; member in struct:nir_phi_builder_value
117 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components, argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.h61 unsigned num_components() const { return m_value1 ? 2 : 1;} function in class:r600::LDSWriteInstruction
H A Dsfn_nir_legalize_image_load_store.cpp65 unsigned num_components = 2; local in function:r600_legalize_image_load_store_impl
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h150 unsigned num_components() const function in class:tfeedback_decl

Completed in 25 milliseconds

1234567