ReactOS
0.4.15-dev-5606-gf34e425
|
#include "d3dcompiler_private.h"
Go to the source code of this file.
Classes | |
struct | d3dcompiler_blob |
Variables | |
static const struct ID3D10BlobVtbl | d3dcompiler_blob_vtbl |
|
static |
Definition at line 165 of file blob.c.
Referenced by d3dcompiler_get_blob_part().
Definition at line 332 of file blob.c.
Referenced by d3dcompiler_strip_shader().
|
static |
Definition at line 60 of file blob.c.
|
static |
Definition at line 88 of file blob.c.
|
static |
Definition at line 97 of file blob.c.
|
static |
Definition at line 117 of file blob.c.
Referenced by D3DCreateBlob(), and D3DReadFileToBlob().
|
static |
|
static |
Definition at line 70 of file blob.c.
|
static |
Definition at line 217 of file blob.c.
Referenced by D3DGetBlobPart(), D3DGetDebugInfo(), D3DGetInputAndOutputSignatureBlob(), D3DGetInputSignatureBlob(), and D3DGetOutputSignatureBlob().
|
static |
Definition at line 358 of file blob.c.
Referenced by D3DStripShader().
Definition at line 133 of file blob.c.
Referenced by assemble_shader(), compile_shader(), d3dcompiler_get_blob_part(), D3DPreprocess(), dxbc_write_blob(), and preprocess_shader().
HRESULT WINAPI D3DGetBlobPart | ( | const void * | data, |
SIZE_T | data_size, | ||
D3D_BLOB_PART | part, | ||
UINT | flags, | ||
ID3DBlob ** | blob | ||
) |
Definition at line 421 of file blob.c.
Definition at line 450 of file blob.c.
HRESULT WINAPI D3DGetInputAndOutputSignatureBlob | ( | const void * | data, |
SIZE_T | data_size, | ||
ID3DBlob ** | blob | ||
) |
Definition at line 443 of file blob.c.
Definition at line 429 of file blob.c.
Definition at line 436 of file blob.c.
Definition at line 464 of file blob.c.
HRESULT WINAPI D3DStripShader | ( | const void * | data, |
SIZE_T | data_size, | ||
UINT | flags, | ||
ID3D10Blob ** | blob | ||
) |
Definition at line 457 of file blob.c.
Definition at line 517 of file blob.c.
|
inlinestatic |
Definition at line 35 of file blob.c.
Referenced by d3dcompiler_blob_AddRef(), d3dcompiler_blob_GetBufferPointer(), d3dcompiler_blob_GetBufferSize(), and d3dcompiler_blob_Release().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3dcompiler | ) |
Definition at line 106 of file blob.c.
Referenced by d3dcompiler_blob_init().