Searched refs:cgs (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_sequence.c | 137 static int crtc_get_sequence(int fd, struct local_drm_crtc_get_sequence *cgs) in crtc_get_sequence() argument 142 if (igt_ioctl(fd, LOCAL_DRM_IOCTL_CRTC_GET_SEQUENCE, cgs)) in crtc_get_sequence() 214 struct local_drm_crtc_get_sequence cgs; in sequence_get() local 218 memset(&cgs, 0, sizeof(cgs)); in sequence_get() 219 cgs.crtc_id = data->crtc_id; in sequence_get() 220 igt_assert_eq(crtc_get_sequence(fd, &cgs), 0); in sequence_get() 222 sq = cgs.sequence; in sequence_get() 226 igt_assert_eq(crtc_get_sequence(fd, &cgs), 0); in sequence_get() 228 } while ((cgs.sequence - sq) <= 120); in sequence_get()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 1226 CoffGroupSym cgs(SymbolRecordKind::CoffGroupSym); in addLinkerModuleCoffGroup() local 1227 cgs.Name = sec->name; in addLinkerModuleCoffGroup() 1228 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup() 1229 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup() 1230 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup() 1231 cgs.Characteristics = sec->characteristics; in addLinkerModuleCoffGroup() 1236 if (cgs.Name.startswith(".idata")) in addLinkerModuleCoffGroup() 1237 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; in addLinkerModuleCoffGroup() 1240 cgs, bAlloc, CodeViewContainer::Pdb)); in addLinkerModuleCoffGroup()
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 649 const cgs = CanvasKit.Shader.MakeTwoPointConicalGradient( constant 657 paint.setShader(cgs); 706 cgs.delete();
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 2574 brw_batch_emit(brw, GENX(3DSTATE_CONSTANT_GS), cgs) { 2576 cgs.Buffer0Valid = true; 2577 cgs.ConstantBody.PointertoConstantBuffer0 = stage_state->push_const_offset; 2578 cgs.ConstantBody.ConstantBuffer0ReadLength = stage_state->push_const_size - 1;
|