Lines Matching refs:getParamPtr
140 const BeginQueryParams *params = getParamPtr<BeginQueryParams>(currentCommand); in executeCommands()
147 getParamPtr<BeginTransformFeedbackParams>(currentCommand); in executeCommands()
161 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()
168 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()
182 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()
189 getParamPtr<BindIndexBufferParams>(currentCommand); in executeCommands()
197 getParamPtr<BindTransformFeedbackBuffersParams>(currentCommand); in executeCommands()
211 getParamPtr<BindVertexBuffersParams>(currentCommand); in executeCommands()
221 const BlitImageParams *params = getParamPtr<BlitImageParams>(currentCommand); in executeCommands()
231 getParamPtr<BufferBarrierParams>(currentCommand); in executeCommands()
239 getParamPtr<ClearAttachmentsParams>(currentCommand); in executeCommands()
249 getParamPtr<ClearColorImageParams>(currentCommand); in executeCommands()
257 getParamPtr<ClearDepthStencilImageParams>(currentCommand); in executeCommands()
264 const CopyBufferParams *params = getParamPtr<CopyBufferParams>(currentCommand); in executeCommands()
274 getParamPtr<CopyBufferToImageParams>(currentCommand); in executeCommands()
281 const CopyImageParams *params = getParamPtr<CopyImageParams>(currentCommand); in executeCommands()
289 getParamPtr<CopyImageToBufferParams>(currentCommand); in executeCommands()
296 const DispatchParams *params = getParamPtr<DispatchParams>(currentCommand); in executeCommands()
304 getParamPtr<DispatchIndirectParams>(currentCommand); in executeCommands()
310 const DrawParams *params = getParamPtr<DrawParams>(currentCommand); in executeCommands()
317 getParamPtr<DrawIndexedParams>(currentCommand); in executeCommands()
324 getParamPtr<DrawIndexedBaseVertexParams>(currentCommand); in executeCommands()
331 getParamPtr<DrawIndexedIndirectParams>(currentCommand); in executeCommands()
338 getParamPtr<DrawIndexedInstancedParams>(currentCommand); in executeCommands()
345 getParamPtr<DrawIndexedInstancedBaseVertexParams>(currentCommand); in executeCommands()
353 getParamPtr<DrawIndexedInstancedBaseVertexBaseInstanceParams>( in executeCommands()
363 getParamPtr<DrawIndirectParams>(currentCommand); in executeCommands()
370 getParamPtr<DrawInstancedParams>(currentCommand); in executeCommands()
378 getParamPtr<DrawInstancedBaseInstanceParams>(currentCommand); in executeCommands()
385 const EndQueryParams *params = getParamPtr<EndQueryParams>(currentCommand); in executeCommands()
392 getParamPtr<EndTransformFeedbackParams>(currentCommand); in executeCommands()
406 getParamPtr<ExecutionBarrierParams>(currentCommand); in executeCommands()
413 const FillBufferParams *params = getParamPtr<FillBufferParams>(currentCommand); in executeCommands()
421 getParamPtr<ImageBarrierParams>(currentCommand); in executeCommands()
429 getParamPtr<MemoryBarrierParams>(currentCommand); in executeCommands()
437 getParamPtr<PipelineBarrierParams>(currentCommand); in executeCommands()
456 getParamPtr<PushConstantsParams>(currentCommand); in executeCommands()
464 const ResetEventParams *params = getParamPtr<ResetEventParams>(currentCommand); in executeCommands()
471 getParamPtr<ResetQueryPoolParams>(currentCommand); in executeCommands()
479 getParamPtr<ResolveImageParams>(currentCommand); in executeCommands()
487 const SetEventParams *params = getParamPtr<SetEventParams>(currentCommand); in executeCommands()
493 const WaitEventsParams *params = getParamPtr<WaitEventsParams>(currentCommand); in executeCommands()
513 getParamPtr<WriteTimestampParams>(currentCommand); in executeCommands()