Home
last modified time | relevance | path

Searched refs:blob_utf8 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp326 ComPtr<IDxcBlobEncoding> blob, blob_utf8; in dxil_validate_module() local
331 blob_utf8.GetAddressOf()))) in dxil_validate_module()
334 char *str = reinterpret_cast<char *>(blob_utf8->GetBufferPointer()); in dxil_validate_module()
335 str[blob_utf8->GetBufferSize() - 1] = 0; in dxil_validate_module()
356 ComPtr<IDxcBlobEncoding> blob, blob_utf8; in dxil_disasm_module() local
363 if (FAILED(val->dxc_library->GetBlobAsUtf8(blob.Get(), blob_utf8.GetAddressOf()))) { in dxil_disasm_module()
368 char *str = reinterpret_cast<char*>(blob_utf8->GetBufferPointer()); in dxil_disasm_module()
369 str[blob_utf8->GetBufferSize() - 1] = 0; in dxil_disasm_module()