Searched refs:refz (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6519 /* gather has refz as a separate parameter, immediately after the
6522 ir_variable *refz = in_var(glsl_type::float_type, "refz"); local in function:builtin_builder::_texture
6523 sig->parameters.push_tail(refz);
6524 tex->shadow_comparator = var_ref(refz);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp6024 /* gather has refz as a separate parameter, immediately after the
6027 ir_variable *refz = in_var(glsl_type::float_type, "refz"); local in function:builtin_builder::_texture
6028 sig->parameters.push_tail(refz);
6029 tex->shadow_comparator = var_ref(refz);

Completed in 30 milliseconds