Searched defs:v3d_compile (Results 1 – 1 of 1) sorted by relevance
398 struct v3d_compile { struct403 const struct v3d_compiler *compiler; argument409 struct hash_table *def_ht;412 struct qinst **defs;413 uint32_t defs_array_size;420 struct qreg *inputs;421 struct qreg *outputs;422 bool msaa_per_sample_output;423 struct qreg color_reads[V3D_MAX_SAMPLES];424 struct qreg sample_colors[V3D_MAX_SAMPLES];[all …]