Searched refs:getParamPtr (Results 1 – 2 of 2) sorted by relevance
155 getParamPtr<DebugUtilsLabelParams>(currentCommand); in executeCommands()168 const BeginQueryParams *params = getParamPtr<BeginQueryParams>(currentCommand); in executeCommands()175 getParamPtr<BeginTransformFeedbackParams>(currentCommand); in executeCommands()189 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()196 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()210 getParamPtr<BindPipelineParams>(currentCommand); in executeCommands()217 getParamPtr<BindIndexBufferParams>(currentCommand); in executeCommands()225 getParamPtr<BindTransformFeedbackBuffersParams>(currentCommand); in executeCommands()239 getParamPtr<BindVertexBuffersParams>(currentCommand); in executeCommands()249 const BlitImageParams *params = getParamPtr<BlitImageParams>(currentCommand); in executeCommands()[all …]
804 const StructType *getParamPtr(const CommandHeader *header) const in getParamPtr() function