MCPcopy Create free account
hub / github.com/ROCm/clr / hipGetTextureObjectResourceDesc

Function hipGetTextureObjectResourceDesc

hipamd/src/hip_texture.cpp:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462hipError_t hipGetTextureObjectResourceDesc(hipResourceDesc* pResDesc,
463 hipTextureObject_t texObject) {
464 HIP_INIT_API(hipGetTextureObjectResourceDesc, pResDesc, texObject);
465
466 HIP_RETURN(ihipGetTextureObjectResourceDesc(pResDesc, texObject));
467}
468
469hipError_t hipGetTextureObjectResourceViewDesc(hipResourceViewDesc* pResViewDesc,
470 hipTextureObject_t texObject) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected