Home
last modified time | relevance | path

Searched defs:interp (Results 26 - 50 of 118) sorted by relevance

12345

/third_party/python/Objects/
H A Dinterpreteridobject.c17 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 Dsliceobject.c100 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 Dmoduleobject.c709 PyInterpreterState *interp = _PyInterpreterState_GET(); in module_repr() local
/third_party/ffmpeg/libavfilter/
H A Dvf_remap_opencl.c38 int interp; member
H A Dvf_shear.c38 int interp; member
H A Dvf_estdif.c41 int interp; ///< type of interpolation member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c143 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 Dnir_lower_wpos_ytransform.c261 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 Dir_print_visitor.cpp201 const char *const interp[] = { "", "smooth", "flat", "noperspective", "explicit", "color" }; in visit() local
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c160 enum glsl_interp_mode interp = var->data.interpolation; in collect_io_data_fs() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c225 unsigned interp = INTERP_MODE_FLAT; /* load_input uses flat shading */ in scan_io_usage() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c223 enum lp_interp interp = key->inputs[slot].interp; in setup_point_coefficients() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c436 uint32_t interp = fp->fp.interp; in nv50_fp_linkage_validate() local
H A Dnv50_program.h93 uint32_t interp; /* 0x1988 */ member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c375 enum glsl_interp_mode interp = intrinsic_get_var(intr)->data.interpolation; in scan_instruction() local
/third_party/python/Include/internal/
H A Dpycore_object.h138 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyObject_GC_TRACK() local
/third_party/skia/src/core/
H A DSkGeometry.cpp152 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.c476 PyInterpreterState *interp = _PyInterpreterState_GET(); _io_text_encoding_impl() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp301 Interp_instruction& interp = instr->vintrp(); in emit_instruction() local
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c519 _mesa_SampleMapATI(GLuint dst, GLuint interp, GLenum swizzle) in _mesa_SampleMapATI() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h136 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 Dnvc0_program.c851 unsigned interp = prog->fp.color_interp[i] & 3; in nvc0_program_upload_code() local
/third_party/python/Include/cpython/
H A Dpystate.h87 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 Dhb-ot-cff1-table.cc398 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 Dmain.c159 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

Completed in 24 milliseconds

12345