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