| /third_party/python/Objects/ |
| H A D | interpreteridobject.c | 17 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in newinterpid() local 92 PyInterpreterState *interp = _PyInterpreterState_LookUpID(id); in interpid_dealloc() local 274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject() argument [all...] |
| H A D | sliceobject.c | 100 void _PySlice_Fini(PyInterpreterState *interp) in _PySlice_Fini() argument 126 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySlice_New() local 334 PyInterpreterState *interp = _PyInterpreterState_GET(); in slice_dealloc() local [all...] |
| H A D | moduleobject.c | 709 PyInterpreterState *interp = _PyInterpreterState_GET(); in module_repr() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_remap_opencl.c | 38 int interp; member
|
| H A D | vf_shear.c | 38 int interp; member
|
| H A D | vf_estdif.c | 41 int interp; ///< type of interpolation member [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io_to_temporaries.c | 143 emit_interp(nir_builder *b, nir_deref_instr **old_interp_deref, nir_deref_instr *temp_deref, nir_deref_instr *new_interp_deref, nir_intrinsic_instr *interp) emit_interp() argument 220 fixup_interpolation_instr(struct lower_io_state *state, nir_intrinsic_instr *interp, nir_builder *b) fixup_interpolation_instr() argument 264 nir_intrinsic_instr *interp = nir_instr_as_intrinsic(instr); fixup_interpolation() local [all...] |
| H A D | nir_lower_wpos_ytransform.c | 261 lower_interp_deref_at_offset(lower_wpos_ytransform_state *state, nir_intrinsic_instr *interp) lower_interp_deref_at_offset() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_print_visitor.cpp | 201 const char *const interp[] = { "", "smooth", "flat", "noperspective", "explicit", "color" }; in visit() local
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_build_data.c | 160 enum glsl_interp_mode interp = var->data.interpolation; in collect_io_data_fs() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_info.c | 225 unsigned interp = INTERP_MODE_FLAT; /* load_input uses flat shading */ in scan_io_usage() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_point.c | 223 enum lp_interp interp = key->inputs[slot].interp; in setup_point_coefficients() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_shader_state.c | 436 uint32_t interp = fp->fp.interp; in nv50_fp_linkage_validate() local
|
| H A D | nv50_program.h | 93 uint32_t interp; /* 0x1988 */ member
|
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 375 enum glsl_interp_mode interp = intrinsic_get_var(intr)->data.interpolation; in scan_instruction() local
|
| /third_party/python/Include/internal/ |
| H A D | pycore_object.h | 138 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyObject_GC_TRACK() local
|
| /third_party/skia/src/core/ |
| H A D | SkGeometry.cpp | 152 static inline Sk2s interp(const Sk2s& v0, const Sk2s& v1, const Sk2s& t) { in interp() function
|
| /third_party/python/Modules/_io/ |
| H A D | _iomodule.c | 476 PyInterpreterState *interp = _PyInterpreterState_GET(); _io_text_encoding_impl() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_assembler.cpp | 301 Interp_instruction& interp = instr->vintrp(); in emit_instruction() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | atifragshader.c | 519 _mesa_SampleMapATI(GLuint dst, GLuint interp, GLenum swizzle) in _mesa_SampleMapATI() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 136 tgsi_transform_input_decl(struct tgsi_transform_context *ctx, unsigned index, unsigned sem_name, unsigned sem_index, unsigned interp) tgsi_transform_input_decl() argument 157 tgsi_transform_output_decl(struct tgsi_transform_context *ctx, unsigned index, unsigned sem_name, unsigned sem_index, unsigned interp) tgsi_transform_output_decl() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 851 unsigned interp = prog->fp.color_interp[i] & 3; in nvc0_program_upload_code() local
|
| /third_party/python/Include/cpython/ |
| H A D | pystate.h | 87 PyInterpreterState *interp; member 267 PyInterpreterState *interp); variable 272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp); variable 337 int64_t interp; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.cc | 398 cff1_cs_interpreter_t<cff1_cs_opset_extents_t, cff1_extents_param_t> interp; in _get_bounds() local 545 cff1_cs_interpreter_t<cff1_cs_opset_path_t, cff1_path_param_t> interp; in _get_path() local 603 cff1_cs_interpreter_t<cff1_cs_opset_seac_t, get_seac_param_t> interp; in get_seac_components() local [all...] |
| /third_party/python/Modules/ |
| H A D | main.c | 159 pymain_sys_path_add_path0(PyInterpreterState *interp, PyObject *path0) in pymain_sys_path_add_path0() argument 544 PyInterpreterState *interp = _PyInterpreterState_GET(); in pymain_run_python() local
|