ATI CTM Guide v. 1.01
© 2006 Advanced Micro Devices, Inc.
52 Functions
This function must be used to create a managed device instantiation. All CTM functions take a handle to a managed
device created here.
Parameters
dev: (in) Name of device to open a connection to.
info: (out) Information structure populated by this function.
Returns
Returns an opaque managed device handle, or NULL upon failure.
5.1.4
amSubmitCommandBuffer
amSubmitCommandBuffer ( AMmanagedDevice dev,
AMuint32 addr,
AMuint32 size
)
Submit a command buffer to a managed device.
This function submits a command buffer to a managed device. The command buffer location (as a GPU address) and
size are passed in. It returns a unique 32-bit unsigned integer identifying this command buffer submission request.
This return value can be used to query whether the command buffer has been consumed.
Parameters
dev: (in) Handle to the managed device.
addr: (in) 32-bit unsigned integer specifying GPU address of command buffer.
size: (in) size of the command buffer in units of 32-bit unsigned integers.
Returns
Returns a unique 32-bit unsigned integer identifying this command buffer submission request, or zero if the
submission has failed.
Содержание ATI CTM
Страница 1: ...ATI CTM Guide Technical Reference Manual Version 1 01...
Страница 6: ...ATI CTM Guide v 1 01 2006 Advanced Micro Devices Inc 2 Related Documents...
Страница 48: ...ATI CTM Guide v 1 01 2006 Advanced Micro Devices Inc 44 Errata...
Страница 54: ...ATI CTM Guide v 1 01 2006 Advanced Micro Devices Inc 50 Executable Files...