| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | isosurf.c | 218 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 D | serialize.cpp | 479 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 D | serialize.cpp | 475 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 D | v3dvx_pipeline.c | 586 /* vec_size == 0 means 4 */ 587 attr.vec_size = desc->nr_channels & 3;
|
| H A D | v3dvx_cmd_buffer.c | 1999 attr.vec_size = 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 378 attr.vec_size = 1;
|
| H A D | v3dx_state.c | 353 /* vec_size == 0 means 4 */ 354 attr.vec_size = desc->nr_channels & 3;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 628 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 D | v3dx_state.c | 357 /* vec_size == 0 means 4 */ 358 attr.vec_size = desc->nr_channels & 3;
|
| H A D | v3dx_draw.c | 782 attr.vec_size = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 655 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 D | ac_llvm_build.c | 585 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 D | radv_nir_to_llvm.c | 2136 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);
|