Searched refs:pDT_CS (Results 1 – 1 of 1) sorted by relevance
1622 GFDDataTable *pDT_CS = GFDCreateBlockRelocateHeaderCSH(pCS); in GFDWriteFileComputeShaderBlock() local1624 if(NULL == pDT_CS) in GFDWriteFileComputeShaderBlock()1627 …int nBytesCSStruct = pDT_CS->m_nDB; // How big is our compute struct (changes size due to uniform… in GFDWriteFileComputeShaderBlock()1634 … if(!GFDWriteFilePPCData(fp, (nBytesCSStruct + 3) / 4, GFD_ELEMENT_SIZE_32, (u32 *) pDT_CS->m_pDB)) in GFDWriteFileComputeShaderBlock()1657 GFDDestroyDataTable(pDT_CS); in GFDWriteFileComputeShaderBlock()