HomeSort by relevance Sort by last modified time
    Searched full:build_indexed_load (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 122 static LLVMValueRef build_indexed_load( function
225 t_list = build_indexed_load(base->gallivm, t_list_ptr, t_offset);
375 load = build_indexed_load(base->gallivm, const_ptr, offset);
628 emit_data->args[2] = build_indexed_load(bld_base->base.gallivm,
635 emit_data->args[3] = build_indexed_load(bld_base->base.gallivm,
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 122 static LLVMValueRef build_indexed_load( function
225 t_list = build_indexed_load(base->gallivm, t_list_ptr, t_offset);
375 load = build_indexed_load(base->gallivm, const_ptr, offset);
628 emit_data->args[2] = build_indexed_load(bld_base->base.gallivm,
635 emit_data->args[3] = build_indexed_load(bld_base->base.gallivm,

Completed in 63 milliseconds