Searched refs:vec_size (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c218 int vec_size,
240 if (axis == vec_size-1) {
246 for (j = 0 ; j < vec_size ; j++)
265 for (k = 0 ; k < vec_size ; k++)
270 uniq = sort_axis( axis+1, vec_size, vec_stride,
217 sort_axis(int axis,int vec_size,int vec_stride,struct data_idx * indices,int start,int finish,float * out,int uniq,const float fudge) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dserialize.cpp479 unsigned vec_size = local in function:write_uniforms
486 sizeof(union gl_constant_value) * vec_size);
548 unsigned vec_size = local in function:read_uniforms
556 sizeof(union gl_constant_value) * vec_size);
558 assert(vec_size + prog->data->UniformStorage[i].storage <=
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dserialize.cpp475 unsigned vec_size = local in function:write_uniforms
482 sizeof(union gl_constant_value) * vec_size);
544 unsigned vec_size = local in function:read_uniforms
552 sizeof(union gl_constant_value) * vec_size);
554 assert(vec_size + prog->data->UniformStorage[i].storage <=
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c586 /* vec_size == 0 means 4 */
587 attr.vec_size = desc->nr_channels & 3;
H A Dv3dvx_cmd_buffer.c1999 attr.vec_size = 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c378 attr.vec_size = 1;
H A Dv3dx_state.c353 /* vec_size == 0 means 4 */
354 attr.vec_size = desc->nr_channels & 3;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c628 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); local in function:ac_build_expand
630 if (src_channels == dst_channels && vec_size == dst_channels)
633 src_channels = MIN2(src_channels, vec_size);
2569 unsigned vec_size = LLVMGetVectorSize(type); local in function:ac_const_uint_vec
2570 LLVMValueRef *scalars = alloca(vec_size * sizeof(LLVMValueRef));
2572 for (unsigned i = 0; i < vec_size; i++)
2574 return LLVMConstVector(scalars, vec_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c357 /* vec_size == 0 means 4 */
358 attr.vec_size = desc->nr_channels & 3;
H A Dv3dx_draw.c782 attr.vec_size = 1;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c655 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); local in function:radv_fixup_vertex_input_fetches
657 if (num_channels == 4 && num_channels == vec_size)
660 num_channels = MIN2(num_channels, vec_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c585 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); local in function:ac_build_expand
587 if (src_channels == dst_channels && vec_size == dst_channels)
590 src_channels = MIN2(src_channels, vec_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2136 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); local in function:radv_fixup_vertex_input_fetches
2138 if (num_channels == 4 && num_channels == vec_size)
2141 num_channels = MIN2(num_channels, vec_size);

Completed in 40 milliseconds