Searched refs:TAG_PCSG (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/d3dcompiler_43/ |
H A D | blob.c | 48 #define TAG_PCSG MAKE_TAG('P', 'C', 'S', 'G') macro 612 ok(TAG_PCSG == *(dword+9), "PCSG got %#x, expected %#x.\n", *(dword+9), TAG_PCSG); in test_get_blob_part2() 645 ok(TAG_PCSG == *(dword+37), "PCSG got %#x, expected %#x.\n", *(dword+37), TAG_PCSG); in test_get_blob_part2() 715 ok(TAG_PCSG == *(dword+70), "PCSG got %#x, expected %#x.\n", *(dword+70), TAG_PCSG); in test_get_blob_part2() 736 ok(TAG_PCSG == *(dword+39), "PCSG got %#x, expected %#x.\n", *(dword+39), TAG_PCSG); in test_get_blob_part2()
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | blob.c | 184 if (tag == TAG_PCSG) add = TRUE; in check_blob_part() 188 … if (tag == TAG_ISGN || tag == TAG_OSGN || tag == TAG_OSG5 || tag == TAG_PCSG) add = TRUE; in check_blob_part()
|
H A D | reflection.c | 1618 case TAG_PCSG: in d3dcompiler_parse_signature() 1798 case TAG_PCSG: in d3dcompiler_shader_reflection_init()
|
H A D | d3dcompiler_private.h | 1183 #define TAG_PCSG MAKE_TAG('P', 'C', 'S', 'G') macro
|