| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_buffer_access.cpp | 97 unsigned array_stride = packing == GLSL_INTERFACE_PACKING_STD430 ? local in function:lower_buffer_access::lower_buffer_access::emit_access 107 deref_offset + i * array_stride, 299 unsigned array_stride; local in function:lower_buffer_access::lower_buffer_access::setup_buffer_access 309 array_stride = 4; 311 array_stride *= 2; 318 array_stride = 4; 320 array_stride *= 2; 345 array_stride = deref_array->type->std430_array_stride(array_row_major); 347 array_stride = deref_array->type->std140_size(array_row_major); 348 array_stride [all...] |
| H A D | ir_uniform.h | 156 int array_stride; member in struct:gl_uniform_storage
|
| H A D | gl_nir_lower_atomics.c | 120 unsigned array_stride = ATOMIC_COUNTER_SIZE; local in function:lower_deref_instr 122 array_stride *= glsl_get_aoa_size(d->type); 125 nir_imm_int(b, array_stride)));
|
| H A D | lower_ubo_reference.cpp | 683 unsigned array_stride = 0; local in function:__anonf648b2340110::lower_ubo_reference_visitor::calculate_unsized_array_stride 704 array_stride = unsized_array_type->std430_array_stride(array_row_major); 706 array_stride = unsized_array_type->std140_size(array_row_major); 707 array_stride = glsl_align(array_stride, 16); 727 array_stride = unsized_array_type->std430_array_stride(array_row_major); 729 array_stride = unsized_array_type->std140_size(array_row_major); 730 array_stride = glsl_align(array_stride, 16); 737 return array_stride; [all...] |
| H A D | gl_nir_link_atomics.c | 239 storage->array_stride = glsl_atomic_size(without_array); 241 storage->array_stride = 0;
|
| H A D | link_uniforms.cpp | 202 int array_stride = -1; local in function:calculate_array_size_and_stride 246 array_stride = get_array_stride(uni, iface, field, interface_name, 256 uni->top_level_array_stride = array_stride; 1151 this->uniforms[id].array_stride = 1154 this->uniforms[id].array_stride = 1158 this->uniforms[id].array_stride = 0; 1174 this->uniforms[id].array_stride = -1;
|
| H A D | link_atomics.cpp | 248 storage->array_stride = (var->type->is_array() ?
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_buffer_access.cpp | 97 unsigned array_stride = packing == GLSL_INTERFACE_PACKING_STD430 ? local in function:lower_buffer_access::lower_buffer_access::emit_access 107 deref_offset + i * array_stride, 299 unsigned array_stride; local in function:lower_buffer_access::lower_buffer_access::setup_buffer_access 309 array_stride = 4; 311 array_stride *= 2; 318 array_stride = 4; 320 array_stride *= 2; 345 array_stride = deref_array->type->std430_array_stride(array_row_major); 347 array_stride = deref_array->type->std140_size(array_row_major); 348 array_stride [all...] |
| H A D | ir_uniform.h | 156 int array_stride; member in struct:gl_uniform_storage
|
| H A D | gl_nir_lower_atomics.c | 120 unsigned array_stride = ATOMIC_COUNTER_SIZE; local in function:lower_deref_instr 122 array_stride *= glsl_get_aoa_size(d->type); 125 nir_imm_int(b, array_stride)));
|
| H A D | lower_ubo_reference.cpp | 681 unsigned array_stride = 0; local in function:__anon515fc8010110::lower_ubo_reference_visitor::calculate_unsized_array_stride 702 array_stride = unsized_array_type->std430_array_stride(array_row_major); 704 array_stride = unsized_array_type->std140_size(array_row_major); 705 array_stride = glsl_align(array_stride, 16); 725 array_stride = unsized_array_type->std430_array_stride(array_row_major); 727 array_stride = unsized_array_type->std140_size(array_row_major); 728 array_stride = glsl_align(array_stride, 16); 735 return array_stride; [all...] |
| H A D | gl_nir_link_atomics.c | 220 storage->array_stride = glsl_atomic_size(without_array); 222 storage->array_stride = 0;
|
| H A D | link_atomics.cpp | 248 storage->array_stride = (var->type->is_array() ?
|
| H A D | link_uniforms.cpp | 921 this->uniforms[id].array_stride = 924 this->uniforms[id].array_stride = 928 this->uniforms[id].array_stride = 0; 944 this->uniforms[id].array_stride = -1;
|
| H A D | gl_nir_link_uniforms.c | 379 uniform->array_stride = -1;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.h | 97 unsigned array_stride; member in struct:pan_image_layout
|
| H A D | pan_texture.c | 118 return layout->array_stride; 134 (array_idx * layout->array_stride) + 297 layout->array_stride = ALIGN_POT(offset, 64); 301 layout->data_size = ALIGN_POT(layout->array_stride * array_size, 4096);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.h | 252 unsigned array_stride; member in struct:agx_resource
|
| H A D | agx_pipe.c | 216 nresource->array_stride = ALIGN_POT(offset, 64); 217 unsigned size = ALIGN_POT(nresource->array_stride * templ->array_size, 4096); 268 map += z * rsrc->array_stride; 353 transfer->base.layer_stride = rsrc->array_stride;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_image.c | 272 image->pimage.layout.array_stride); 275 pLayout->arrayPitch = image->pimage.layout.array_stride;
|
| H A D | panvk_private.h | 874 unsigned array_stride; member in struct:panvk_plane_layout
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 89 uint32_t array_stride = 0; local in function:emit_mrt 115 array_stride = fd_resource_layer_stride(rsc, psurf->u.tex.level); 127 A6XX_RB_MRT_ARRAY_PITCH(i, .a6xx_rb_mrt_array_pitch = array_stride), 153 uint32_t array_stride = fd_resource_layer_stride(rsc, 0); local in function:emit_zs 162 array_stride), 195 array_stride = fd_resource_layer_stride(rsc->stencil, 0); 202 .a6xx_rb_stencil_buffer_array_pitch = array_stride),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 510 unsigned array_stride = 1; local in function:r600_lower_deref_instr 512 array_stride *= glsl_get_aoa_size(d->type); 515 nir_imm_int(b, array_stride)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 481 if (RESOURCE_UNI(res)->array_stride > 0 && 1194 RESOURCE_UNI(res)->array_stride > 0) 1227 *val = RESOURCE_UNI(res)->array_stride;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 513 if (RESOURCE_UNI(res)->array_stride > 0 && 1427 RESOURCE_UNI(res)->array_stride > 0) 1460 *val = RESOURCE_UNI(res)->array_stride;
|