Home
last modified time | relevance | path

Searched refs:build_indexed_load_const (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c359 static LLVMValueRef build_indexed_load_const( in build_indexed_load_const() function
413 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in declare_input_vs()
1101 buffer = build_indexed_load_const(ctx, rw_buffers, in fetch_input_tes()
1143 buffer = build_indexed_load_const(ctx, rw_buffers, in store_output_tcs()
1613 LLVMValueRef resource = build_indexed_load_const(ctx, desc, buf_index); in load_sample_position()
1764 buffer = build_indexed_load_const(ctx, rw_buffers, in declare_system_value()
1785 buf = build_indexed_load_const(ctx, buf, slot); in declare_system_value()
1885 return build_indexed_load_const(ctx, list_ptr, in load_const_buffer_desc()
1921 bufp = build_indexed_load_const(ctx, ptr, index); in fetch_constant()
2234 LLVMValueRef const_resource = build_indexed_load_const(ctx, ptr, constbuf_index); in si_llvm_emit_clipvertex()
[all …]
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c345 static LLVMValueRef build_indexed_load_const(struct nir_to_llvm_context *ctx, in build_indexed_load_const() function
2743 result[0] = build_indexed_load_const(ctx, ctx->sample_positions, offset0); in load_sample_position()
2744 result[1] = build_indexed_load_const(ctx, ctx->sample_positions, offset1); in load_sample_position()
3061 return build_indexed_load_const(ctx, list, index); in get_sampler_desc()
3728 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in handle_vs_input_decl()