Searched defs:ir3_compiler_options (Results 1 – 1 of 1) sorted by relevance
26 struct ir3_compiler_options { struct30 bool robust_buffer_access2;37 bool push_ubo_with_preamble;42 bool disable_cache;47 int bindless_fb_read_descriptor;48 int bindless_fb_read_slot;51 bool storage_16bit;53 bool storage_8bit;78 struct ir3_compiler_options options; argument