| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| link_atomics.cpp | 94 x->data.offset < y->data.offset + y->type->atomic_size()) || 96 y->data.offset < x->data.offset + x->type->atomic_size())); 140 buf->size = MAX2(buf->size, *offset + t->atomic_size()); 143 *offset += t->atomic_size(); 249 var->type->without_array()->atomic_size() : 0);
|
| ast_to_hir.cpp | 3852 *offset += var->type->atomic_size();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| link_atomics.cpp | 94 x->data.offset < y->data.offset + y->type->atomic_size()) || 96 y->data.offset < x->data.offset + x->type->atomic_size())); 140 buf->size = MAX2(buf->size, *offset + t->atomic_size()); 143 *offset += t->atomic_size(); 249 var->type->without_array()->atomic_size() : 0);
|
| ast_to_hir.cpp | 3794 *offset += var->type->atomic_size();
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| glsl_types.h | 1091 unsigned atomic_size() const function in struct:glsl_type 1096 return length * fields.array->atomic_size(); 1106 return atomic_size() > 0;
|
| nir_types.cpp | 845 return type->atomic_size();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| glsl_types.h | 830 unsigned atomic_size() const function in struct:glsl_type 835 return length * fields.array->atomic_size(); 845 return atomic_size() > 0;
|
| nir_types.cpp | 662 return type->atomic_size();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_nir.cpp | 545 current_offset += var->type->atomic_size() / ATOMIC_COUNTER_SIZE; 549 current_offset = var->type->atomic_size() / ATOMIC_COUNTER_SIZE;
|
| sfn_shader_base.cpp | 253 int natomics = uniform->type->atomic_size() / ATOMIC_COUNTER_SIZE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_io.c | 885 const unsigned atomic_size = atomic->dest.ssa.bit_size / 8; local 886 nir_push_if(b, addr_is_in_bounds(b, addr, addr_format, atomic_size));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_io.c | 1693 const unsigned atomic_size = atomic->dest.ssa.bit_size / 8; local 1694 nir_push_if(b, addr_is_in_bounds(b, addr, addr_format, atomic_size));
|