Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c46 struct ir3_context { struct
135 static unsigned pointer_size(struct ir3_context *ctx) in pointer_size() argument
141 static struct ir3_block * get_block(struct ir3_context *ctx, nir_block *nblock);
144 static struct ir3_context *
148 struct ir3_context *ctx = rzalloc(NULL, struct ir3_context); in compile_init()
272 compile_error(struct ir3_context *ctx, const char *format, ...) in compile_error()
288 compile_free(struct ir3_context *ctx) in compile_free()
294 declare_array(struct ir3_context *ctx, nir_register *reg) in declare_array()
312 get_array(struct ir3_context *ctx, nir_register *reg) in get_array()
324 create_array_load(struct ir3_context *ctx, struct ir3_array *arr, int n, in create_array_load()
[all …]