Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp238 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/spirv-tools/test/
Dbinary_parse_test.cpp238 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/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp233 for (bool endian_swap : kSwapEndians) { in TEST_F() local
237 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
371 for (bool endian_swap : kSwapEndians) { in TEST_F() local
377 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
410 for (bool endian_swap : kSwapEndians) { in TEST_F() local
420 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
426 for (bool endian_swap : kSwapEndians) { in TEST_F() local
434 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F()
442 for (bool endian_swap : kSwapEndians) { in TEST_F() local
450 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp238 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/
Dsfn_instruction_fetch.h41 EVFetchEndianSwap endian_swap,
87 EVFetchEndianSwap endian_swap() const { return m_endian_swap;} in endian_swap() function
Dsfn_instruction_fetch.cpp83 EVFetchEndianSwap endian_swap, in FetchInstruction() argument
105 m_endian_swap(endian_swap), in FetchInstruction()
Dsfn_ir_to_assembly.cpp757 vtx.endian = fetch_instr.endian_swap(); in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp666 .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()
Dsb_bc_decoder.cpp573 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()
Dsb_bc.h614 unsigned endian_swap:2; member