Searched defs:MHW_RENDER_ENGINE_CAPS (Results 1 – 2 of 2) sorted by relevance
104 struct MHW_RENDER_ENGINE_CAPS struct106 … dwMaxUnormSamplers = 0; // Max UNORM Sampler States supported107 … dwMaxAVSSamplers = 0; // Max AVS Sampler States supported108 …wMaxBTIndex = 0; // Max Binding Table index per Binding Table109 …32_t dwMaxThreads = 0; // Max Threads supported110 …2_t dwMaxMediaPayloadSize = 0; // Max Media payload size111 uint32_t dwMaxURBSize = 0; // Max URB Size112 … uint32_t dwMaxURBEntries = 0; // Max URB Entries113 … dwMaxURBEntryAllocationSize = 0; // Max URB Entry Allocation Size114 uint32_t dwMaxCURBEAllocationSize = 0;[all …]
130 } MHW_RENDER_ENGINE_CAPS, *PMHW_RENDER_ENGINE_CAPS; typedef