Home
last modified time | relevance | path

Searched refs:iid (Results 76 - 84 of 84) sorted by relevance

1234

/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp132 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
697 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c621 nir_ssa_def *iid = nir_load_local_invocation_id(&b); in create_conversion_shader() local
623 nir_ssa_def *global_id = nir_iadd(&b, tile, iid); in create_conversion_shader()
/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c570 int iid = id_map[type][id]; in output_configure() local
574 ret = che_configure(ac, position, type, iid, &channels); in output_configure()
577 ac->tag_che_map[type][id] = ac->che[type][iid]; in output_configure()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h766 struct qreg iid;
H A Dnir_to_vir.c2298 c->iid = ntq_emit_vpm_read(c, &vpm_components_queued, in ntq_setup_vs_inputs()
3487 ntq_store_dest(c, &instr->dest, 0, vir_MOV(c, c->iid)); in ntq_emit_intrinsic()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp979 typedef HRESULT(WINAPI * PFN_DCOMPOSITION_CREATE_DEVICE2)(IUnknown * dxgiDevice, REFIID iid, in TEST_P()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp174 fs_reg iid = abld.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_system_values_block() local
175 abld.SHR(iid, g1, brw_imm_ud(27u)); in emit_system_values_block()
176 *reg = iid; in emit_system_values_block()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp6422 VariableID iid = global_image ? image_id : VariableID(uint32_t(image_itr - begin(args)));
6427 return p.global_image == global_image && p.global_sampler == global_sampler && p.image_id == iid &&

Completed in 65 milliseconds

1234