| 460 | } |
| 461 | |
| 462 | hipError_t hipGetTextureObjectResourceDesc(hipResourceDesc* pResDesc, |
| 463 | hipTextureObject_t texObject) { |
| 464 | HIP_INIT_API(hipGetTextureObjectResourceDesc, pResDesc, texObject); |
| 465 | |
| 466 | HIP_RETURN(ihipGetTextureObjectResourceDesc(pResDesc, texObject)); |
| 467 | } |
| 468 | |
| 469 | hipError_t hipGetTextureObjectResourceViewDesc(hipResourceViewDesc* pResViewDesc, |
| 470 | hipTextureObject_t texObject) { |
nothing calls this directly
no test coverage detected