Searched refs:dxil_emit_gep_inbounds (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.h | 442 dxil_emit_gep_inbounds(struct dxil_module *m,
|
D | nir_to_dxil.c | 2405 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()
|
D | dxil_module.c | 2843 dxil_emit_gep_inbounds(struct dxil_module *m, in dxil_emit_gep_inbounds() function
|