Searched refs:new_sig (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_small_immediates.c81 struct v3d_qpu_sig new_sig = inst->qpu.sig; local in function:vir_opt_small_immediates
83 new_sig.small_imm = true;
84 if (!v3d_qpu_sig_pack(c->devinfo, &new_sig, &sig_packed))
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_small_immediates.c81 struct v3d_qpu_sig new_sig = inst->qpu.sig; local in function:vir_opt_small_immediates
83 new_sig.small_imm = true;
84 if (!v3d_qpu_sig_pack(c->devinfo, &new_sig, &sig_packed))
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp983 ir_function_signature *new_sig(const glsl_type *return_type,
4955 builtin_builder::new_sig(const glsl_type *return_type, function in class:builtin_builder
4978 new_sig(return_type, avail, __VA_ARGS__); \
4984 new_sig(return_type, avail, __VA_ARGS__); \
7453 ir_function_signature *sig = new_sig(
7506 ir_function_signature *sig = new_sig(ret_type, shader_image_size, 1, image);
7531 new_sig(glsl_type::int_type, shader_samples, 1, image);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp895 ir_function_signature *new_sig(const glsl_type *return_type,
4465 builtin_builder::new_sig(const glsl_type *return_type, function in class:builtin_builder
4488 new_sig(return_type, avail, __VA_ARGS__); \
4494 new_sig(return_type, avail, __VA_ARGS__); \
6919 ir_function_signature *sig = new_sig(
6972 ir_function_signature *sig = new_sig(ret_type, shader_image_size, 1, image);
6997 new_sig(glsl_type::int_type, shader_samples, 1, image);

Completed in 24 milliseconds