Searched refs:iid (Results 76 - 84 of 84) sorted by relevance
1234
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 132 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 D | st_pbo_compute.c | 621 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 D | aacdec_template.c | 570 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 D | v3d_compiler.h | 766 struct qreg iid;
|
H A D | nir_to_vir.c | 2298 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 D | EGLSurfaceTest.cpp | 979 typedef HRESULT(WINAPI * PFN_DCOMPOSITION_CREATE_DEVICE2)(IUnknown * dxgiDevice, REFIID iid, in TEST_P()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 174 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 D | stylo.hpp | [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 6422 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