Home
last modified time | relevance | path

Searched defs:v3d_compile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h627 struct v3d_compile { struct
632 const struct v3d_compiler *compiler; argument
634 void (*debug_output)(const char *msg,
636 void *debug_output_data;
642 struct hash_table *def_ht;
645 struct qinst **defs;
646 uint32_t defs_array_size;
649 struct {
664 } tmu;
671 struct qreg *inputs;
[all …]
H A Dvir.c1980 uint64_t *v3d_compile(const struct v3d_compiler *compiler, in v3d_compile() function