Searched refs:lp_build_gather_values (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.h | 65 lp_build_gather_values(struct gallivm_state * gallivm,
|
D | lp_bld_gather.c | 587 lp_build_gather_values(struct gallivm_state * gallivm, in lp_build_gather_values() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 1138 return lp_build_gather_values(&ctx->gallivm, values, in lds_load() 1446 LLVMValueRef value = lp_build_gather_values(&ctx->gallivm, in store_output_tcs() 1562 LLVMValueRef value = lp_build_gather_values(&ctx->gallivm, in si_nir_store_output_tcs() 1623 return lp_build_gather_values(&ctx->gallivm, values, in si_llvm_load_input_gs() 1904 return lp_build_gather_values(&ctx->gallivm, pos, 4); in load_sample_position() 1927 return lp_build_gather_values(&ctx->gallivm, coord, 4); in si_load_tess_coord() 2049 value = lp_build_gather_values(&ctx->gallivm, pos, 4); in si_load_system_value() 2072 value = lp_build_gather_values(&ctx->gallivm, pos, 4); in si_load_system_value() 2110 value = lp_build_gather_values(&ctx->gallivm, val, 4); in si_load_system_value() 2138 value = lp_build_gather_values(&ctx->gallivm, values, 3); in si_load_system_value() [all …]
|
D | si_shader_tgsi_mem.c | 274 return lp_build_gather_values(&ctx->gallivm, coords, num_coords); in image_fetch_coords() 465 emit_data->output[emit_data->chan] = lp_build_gather_values(&ctx->gallivm, channels, 4); in load_emit_memory() 606 data = lp_build_gather_values(&ctx->gallivm, chans, 4); in store_fetch_args() 979 args.addr = lp_build_gather_values(&ctx->gallivm, param, count); in set_tex_fetch_args()
|
D | si_shader_tgsi_setup.c | 519 return lp_build_gather_values(&ctx->gallivm, values, in si_llvm_emit_fetch()
|