Searched refs:ac_build_buffer_load_common (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1153 static LLVMValueRef ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_common() function 1227 return ac_build_buffer_load_common(ctx, rsrc, vindex, offset, ctx->i32_0, num_channels, ctx->f32, in ac_build_buffer_load() 1236 return ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, ctx->i32_0, num_channels, in ac_build_buffer_load_format() 1301 res = ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i16, in ac_build_tbuffer_load_short() 1326 res = ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i8, cache_policy, in ac_build_tbuffer_load_byte() 1465 ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, tmp, num_channels, channel_type, in ac_build_opencoded_load_format()
|