| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_mem.c | 41 static LLVMValueRef get_buffer_size( function 1012 get_buffer_size(bld_base, rsrc); 1022 get_buffer_size(bld_base, rsrc);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_nir_to_llvm.c | 1340 static LLVMValueRef get_buffer_size(struct ac_nir_context *ctx, LLVMValueRef descriptor, function 1724 return get_buffer_size(ctx, rsrc, false); 2881 res = get_buffer_size( 4613 result = get_buffer_size(ctx, args.resource, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_nir_to_llvm.c | 1167 get_buffer_size(struct ac_nir_context *ctx, LLVMValueRef descriptor, bool in_elements) function 1513 return get_buffer_size(ctx, ctx->abi->load_ssbo(ctx->abi, index, false), false); 2736 return get_buffer_size(ctx, get_image_descriptor(ctx, instr, AC_DESC_BUFFER, false), true); 3722 result = get_buffer_size(ctx, args.resource, true);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-format.cc | 4647 size_t get_buffer_size () const 4696 char *p = (char *) alloca (suffix.get_buffer_size ()); 4768 char *p = (char *) alloca (suffix.get_buffer_size ()); 4645 size_t get_buffer_size () const function in class:indirection_suffix
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 4602 size_t get_buffer_size () const 4651 char *p = (char *) alloca (suffix.get_buffer_size ()); 4724 char *p = (char *) alloca (suffix.get_buffer_size ()); 4600 size_t get_buffer_size () const function in class:indirection_suffix
|