Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_small_immediates.c81 struct v3d_qpu_sig new_sig = inst->qpu.sig; in vir_opt_small_immediates() local
83 new_sig.small_imm = true; in vir_opt_small_immediates()
84 if (!v3d_qpu_sig_pack(c->devinfo, &new_sig, &sig_packed)) in vir_opt_small_immediates()
H A Dqpu_schedule.c2125 struct v3d_qpu_sig new_sig = prev->qpu.sig; in fixup_pipelined_ldvary() local
2126 new_sig.ldvary = true; in fixup_pipelined_ldvary()
2127 if (!v3d_qpu_sig_pack(c->devinfo, &new_sig, &sig)) in fixup_pipelined_ldvary()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1067 ir_function_signature *new_sig(const glsl_type *return_type,
5724 builtin_builder::new_sig(const glsl_type *return_type, in new_sig() function in builtin_builder
5747 new_sig(return_type, avail, __VA_ARGS__); \
5753 new_sig(return_type, avail, __VA_ARGS__); \
8168 ir_function_signature *sig = new_sig( in _image_prototype()
8221 ir_function_signature *sig = new_sig(ret_type, shader_image_size, 1, image); in _image_size_prototype()
8246 new_sig(glsl_type::int_type, shader_samples, 1, image); in _image_samples_prototype()

Completed in 18 milliseconds