Home
last modified time | relevance | path

Searched refs:new_sig (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
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()
/external/python/funcsigs/docs/
Dindex.rst138 >>> new_sig = sig.replace(return_annotation="new return anno")
139 >>> str(new_sig)
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py822 new_sig = sig_f.read()
823 self.write_partial(fv_section.get_sig_name(), new_sig, write_through)
/external/python/cpython3/Doc/library/
Dinspect.rst667 >>> new_sig = sig.replace(return_annotation="new return anno")
668 >>> str(new_sig)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp962 ir_function_signature *new_sig(const glsl_type *return_type,
4926 builtin_builder::new_sig(const glsl_type *return_type, in new_sig() function in builtin_builder
4949 new_sig(return_type, avail, __VA_ARGS__); \
4955 new_sig(return_type, avail, __VA_ARGS__); \
7420 ir_function_signature *sig = new_sig( in _image_prototype()
7473 ir_function_signature *sig = new_sig(ret_type, shader_image_size, 1, image); in _image_size_prototype()
7498 new_sig(glsl_type::int_type, shader_samples, 1, image); in _image_samples_prototype()
/external/python/cpython3/Lib/test/
Dtest_inspect.py3588 new_sig = sig.replace(parameters=new_params.values())
3589 test.__signature__ = new_sig