Home
last modified time | relevance | path

Searched refs:dxil_emit_gep_inbounds (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h442 dxil_emit_gep_inbounds(struct dxil_module *m,
Dnir_to_dxil.c2405 return dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_gep_for_index()
2581 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_store_shared()
2631 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_store_scratch()
2988 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_load_shared()
3024 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_load_scratch()
3438 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_shared_atomic()
3474 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_shared_atomic_comp_swap()
Ddxil_module.c2843 dxil_emit_gep_inbounds(struct dxil_module *m, in dxil_emit_gep_inbounds() function