Searched defs:vec (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_load_const_to_scalar.c59 nir_ssa_def *vec = nir_vec(&b, loads, lower->def.num_components); local in function:lower_load_const_instr_scalar
H A Dnir_lower_image.c58 nir_ssa_def *vec = nir_vec(b, comps, intrin->dest.ssa.num_components); local in function:lower_cube_size
H A Dnir_lower_interpolation.c123 nir_ssa_def *vec = nir_vec(b, comps, intr->num_components); local in function:nir_lower_interpolation_block
H A Dnir_move_vec_src_uses_to_dest.c73 nir_alu_instr *vec = nir_instr_as_alu(instr); local in function:move_vec_src_uses_to_dest_block
[all...]
H A Dnir_lower_array_deref_of_vec.c40 nir_ssa_def *vec = nir_vec(b, comps, num_components); local in function:build_write_masked_store
H A Dnir_lower_vec_to_movs.c62 insert_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) argument
131 try_coalesce(nir_alu_instr * vec,unsigned start_idx,void * _data) argument
242 nir_alu_instr *vec = nir_instr_as_alu(instr); local in function:nir_lower_vec_to_movs_instr
[all...]
H A Dnir_opt_copy_propagate.c60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) argument
H A Dnir_lower_phis_to_scalar.c223 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vec_op); local in function:lower_phis_to_scalar_block
H A Dnir_lower_regs_to_ssa.c186 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vecN_op); local in function:rewrite_alu_instr
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_load_const_to_scalar.c59 nir_ssa_def *vec = nir_vec(&b, loads, lower->def.num_components); local in function:lower_load_const_instr_scalar
H A Dnir_move_vec_src_uses_to_dest.c73 nir_alu_instr *vec = nir_instr_as_alu(instr); local in function:move_vec_src_uses_to_dest_block
[all...]
H A Dnir_lower_array_deref_of_vec.c40 nir_ssa_def *vec = nir_vec(b, comps, num_components); local in function:build_write_masked_store
H A Dnir_lower_vec_to_movs.c56 insert_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) argument
121 try_coalesce(nir_alu_instr * vec,unsigned start_idx) argument
222 nir_alu_instr *vec = nir_instr_as_alu(instr); local in function:lower_vec_to_movs_block
[all...]
H A Dnir_builtin_builder.c54 nir_length(nir_builder *b, nir_ssa_def *vec) argument
69 nir_fast_length(nir_builder *b, nir_ssa_def *vec) argument
109 nir_normalize(nir_builder * b,nir_ssa_def * vec) argument
170 nir_ssa_def *vec = nir_vec2(b, nir_channel(b, lo, i), nir_channel(b, hi, i)); local in function:nir_upsample
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dplatform.cpp50 std::vector<cl_name_version> vec; local in function:platform::supported_extensions
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_vector.c44 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir_lower_scalar.c136 nir_ssa_def *vec = nir_vec(b, comps, num_components); local in function:lower_scalar
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_nir.c126 nir_alu_instr *vec = nir_alu_instr_create(shader, nir_op_vec4); local in function:etna_lower_io
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_vector.c46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) argument
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbfslight.c57 GLfloat vec[3]; local in function:Redisplay
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dlinktest.c93 GLfloat vec[4]; local in function:Redisplay
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c469 FT_Vector* vec; variable in typeref:typename:FT_Vector *
H A Dfttrigon.c133 ft_trig_prenorm( FT_Vector* vec ) argument
163 ft_trig_pseudo_rotate( FT_Vector* vec, argument
218 ft_trig_pseudo_polarize(FT_Vector * vec) argument
360 FT_Vector_Unit(FT_Vector * vec,FT_Angle angle) argument
377 FT_Vector_Rotate(FT_Vector * vec,FT_Angle angle) argument
417 FT_Vector_Length(FT_Vector * vec) argument
454 FT_Vector_Polarize(FT_Vector * vec,FT_Fixed * length,FT_Angle * angle) argument
484 FT_Vector_From_Polar(FT_Vector * vec,FT_Fixed length,FT_Angle angle) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dserialize_tests.cpp153 nir_ssa_def *vec = nir_vec(b, undefs, GetParam()); local in function:TEST_P
273 nir_ssa_def *vec = nir_channel(b, zero, GetParam() - 1); local in function:TEST_P
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c46 nir_ssa_def *vec = nir_vec(b, comps, intr->num_components); local in function:replace_intrinsic_with_vec

Completed in 22 milliseconds

12345