Searched refs:endian_swap (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 235 for (bool endian_swap : kSwapEndians) { in TEST_F() local 239 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 363 for (bool endian_swap : kSwapEndians) { in TEST_F() local 369 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 402 for (bool endian_swap : kSwapEndians) { in TEST_F() local 412 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 418 for (bool endian_swap : kSwapEndians) { in TEST_F() local 426 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F() 434 for (bool endian_swap : kSwapEndians) { in TEST_F() local 442 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 237 for (bool endian_swap : kSwapEndians) { in TEST_F() local 241 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 365 for (bool endian_swap : kSwapEndians) { in TEST_F() local 371 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 404 for (bool endian_swap : kSwapEndians) { in TEST_F() local 414 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 420 for (bool endian_swap : kSwapEndians) { in TEST_F() local 428 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F() 436 for (bool endian_swap : kSwapEndians) { in TEST_F() local 444 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 664 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 672 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 681 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 690 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx()
|
D | sb_bc_decoder.cpp | 597 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 606 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 616 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 627 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx()
|
D | sb_bc.h | 580 unsigned endian_swap:2; member
|