Searched refs:dxil_emit_gep_inbounds (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 476 dxil_emit_gep_inbounds(struct dxil_module *m,
|
H A D | nir_to_dxil.c | 2812 return dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_gep_for_index() 3024 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_store_shared() 3074 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_store_scratch() 3517 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_load_shared() 3553 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_load_scratch() 4025 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_shared_atomic() 4061 ptr = dxil_emit_gep_inbounds(&ctx->mod, ops, ARRAY_SIZE(ops)); in emit_shared_atomic_comp_swap()
|
H A D | dxil_module.c | 2897 dxil_emit_gep_inbounds(struct dxil_module *m, in dxil_emit_gep_inbounds() function
|
Completed in 16 milliseconds