/third_party/spirv-tools/test/ |
D | binary_to_text.literal_test.cpp | 33 for (bool endian_swap : kSwapEndians) { in TEST_P() local 36 SPV_ENV_UNIVERSAL_1_0, endian_swap), in TEST_P() 68 for (bool endian_swap : kSwapEndians) { in TEST_P() local 71 SPV_ENV_UNIVERSAL_1_0, endian_swap), in TEST_P()
|
D | binary_parse_test.cpp | 229 for (bool endian_swap : kSwapEndians) { in TEST_F() local 233 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 357 for (bool endian_swap : kSwapEndians) { in TEST_F() local 363 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 396 for (bool endian_swap : kSwapEndians) { in TEST_F() local 406 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 412 for (bool endian_swap : kSwapEndians) { in TEST_F() local 420 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F() 428 for (bool endian_swap : kSwapEndians) { in TEST_F() local 436 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 238 for (bool endian_swap : kSwapEndians) { in TEST_F() local 242 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 366 for (bool endian_swap : kSwapEndians) { in TEST_F() local 372 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 405 for (bool endian_swap : kSwapEndians) { in TEST_F() local 415 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 421 for (bool endian_swap : kSwapEndians) { in TEST_F() local 429 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F() 437 for (bool endian_swap : kSwapEndians) { in TEST_F() local 445 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 238 for (bool endian_swap : kSwapEndians) { in TEST_F() local 242 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 366 for (bool endian_swap : kSwapEndians) { in TEST_F() local 372 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 405 for (bool endian_swap : kSwapEndians) { in TEST_F() local 415 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F() 421 for (bool endian_swap : kSwapEndians) { in TEST_F() local 429 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F() 437 for (bool endian_swap : kSwapEndians) { in TEST_F() local 445 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_fetch.h | 70 EVFetchEndianSwap endian_swap, 88 EVFetchEndianSwap endian_swap() const {return m_endian_swap;} in endian_swap() function
|
D | sfn_instr_fetch.cpp | 46 EVFetchEndianSwap endian_swap, in FetchInstr() argument 56 m_endian_swap(endian_swap), in FetchInstr()
|
D | sfn_assembler.cpp | 683 vtx.endian = fetch_instr.endian_swap(); in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 666 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 674 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 683 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 692 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_vtx() 739 .ENDIAN_SWAP(bc.endian_swap) in build_fetch_mem()
|
D | sb_bc_decoder.cpp | 573 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_mem() 645 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 654 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 664 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx() 675 bc.endian_swap = w2.get_ENDIAN_SWAP(); in decode_fetch_vtx()
|
D | sb_bc.h | 614 unsigned endian_swap:2; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 634 EXPECT_EQ(fetch.endian_swap(), vtx_es_none); in TEST_F() 767 EXPECT_EQ(fetch.endian_swap(), vtx_es_8in16); in TEST_F()
|