Searched defs:ac_shader_abi (Results 1 – 1 of 1) sorted by relevance
23 struct ac_shader_abi { struct41 LLVMValueRef (*load_tess_varyings)(struct ac_shader_abi *abi, LLVMTypeRef type, argument45 LLVMValueRef (*load_ubo)(struct ac_shader_abi *abi, LLVMValueRef index); argument55 …LLVMValueRef (*load_ssbo)(struct ac_shader_abi *abi, LLVMValueRef buffer, bool write, bool non_uni… argument63 LLVMValueRef (*load_sampler_desc)(struct ac_shader_abi *abi, LLVMValueRef index, argument66 LLVMValueRef (*intrinsic_load)(struct ac_shader_abi *abi, nir_intrinsic_instr *intrin); argument70 bool clamp_shadow_reference;73 bool robust_buffer_access;76 bool kill_ps_if_inf_interp;79 bool clamp_div_by_zero;[all …]