Lines Matching refs:param
407 * \param sctx the current context if you have one, or sscreen->aux_context
574 enum pipe_resource_param param, unsigned handle_usage,
586 switch (param) {
623 if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_SHARED)
625 else if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_KMS)
627 else if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_FD)
904 * \param screen screen
905 * \param base resource template
906 * \param surface radeon_surf
907 * \param plane0 if a non-zero plane is being created, this is the first plane
908 * \param imported_buf from si_texture_from_handle
909 * \param offset offset for non-zero planes or imported buffers
910 * \param alloc_size the size to allocate if plane0 != NULL
911 * \param alignment alignment for the allocation