Searched refs:ir_unop_noise (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_noise.cpp50 /* In the future, ir_unop_noise may be replaced by a call to a function
53 if (expr->operation == ir_unop_noise) {
H A Dir_validate.cpp549 case ir_unop_noise:
H A Dbuiltin_functions.cpp6326 return unop(v110, ir_unop_noise, glsl_type::float_type, type);
6344 body.emit(assign(a, expr(ir_unop_noise, p)));
6345 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset)))));
6375 body.emit(assign(a, expr(ir_unop_noise, p)));
6376 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset)))));
6377 body.emit(assign(c, expr(ir_unop_noise, add(p, imm(type, c_offset)))));
6413 body.emit(assign(a, expr(ir_unop_noise, p)));
6414 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, offset)))));
6415 body.emit(assign(c, expr(ir_unop_noise, _p)));
6416 body.emit(assign(d, expr(ir_unop_noise, ad
[all...]
H A Dir.cpp336 case ir_unop_noise:
H A Dglsl_to_nir.cpp2054 case ir_unop_noise:
/xsrc/external/mit/MesaLib.old/src/compiler/
H A Dir_expression_operation.h118 ir_unop_noise, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1106 case ir_unop_noise: {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1574 case ir_unop_noise: {

Completed in 34 milliseconds