Home
last modified time | relevance | path

Searched refs:endian_swap (Results 1 - 11 of 11) sorted by relevance

/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp263 for (bool endian_swap : kSwapEndians) { in TEST_F()
267 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
273 for (bool endian_swap : kSwapEndians) { in TEST_F()
277 Parse(words, true, endian_swap); in TEST_F()
504 for (bool endian_swap : kSwapEndians) { in TEST_F()
510 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
517 for (bool endian_swap : kSwapEndians) { in TEST_F()
523 Parse(words, true, endian_swap); in TEST_F()
556 for (bool endian_swap : kSwapEndians) { in TEST_F()
566 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
[all...]
H A Dbinary_to_text.literal_test.cpp33 for (bool endian_swap : kSwapEndians) { in TEST_P()
36 SPV_ENV_UNIVERSAL_1_0, endian_swap), in TEST_P()
68 for (bool endian_swap : kSwapEndians) { in TEST_P()
71 SPV_ENV_UNIVERSAL_1_0, endian_swap), in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp238 for (bool endian_swap : kSwapEndians) { in TEST_F()
242 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
366 for (bool endian_swap : kSwapEndians) { in TEST_F()
372 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
405 for (bool endian_swap : kSwapEndians) { in TEST_F()
415 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
421 for (bool endian_swap : kSwapEndians) { in TEST_F()
429 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F()
437 for (bool endian_swap : kSwapEndians) { in TEST_F()
445 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp238 for (bool endian_swap : kSwapEndians) { in TEST_F()
242 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
366 for (bool endian_swap : kSwapEndians) { in TEST_F()
372 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
405 for (bool endian_swap : kSwapEndians) { in TEST_F()
415 Parse(words, SPV_SUCCESS, endian_swap); in TEST_F()
421 for (bool endian_swap : kSwapEndians) { in TEST_F()
429 Parse(words, SPV_ERROR_INVALID_BINARY, endian_swap); in TEST_F()
437 for (bool endian_swap : kSwapEndians) { in TEST_F()
445 Parse(words, SPV_REQUESTED_TERMINATION, endian_swap); in TEST_F()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h70 EVFetchEndianSwap endian_swap,
88 EVFetchEndianSwap endian_swap() const {return m_endian_swap;} in endian_swap() function in r600::FetchInstr
H A Dsfn_instr_fetch.cpp46 EVFetchEndianSwap endian_swap, in FetchInstr()
56 m_endian_swap(endian_swap), in FetchInstr()
38 FetchInstr(EVFetchInstr opcode, const RegisterVec4& dst, const RegisterVec4::Swizzle& dest_swizzle, PRegister src, uint32_t src_offset, EVFetchType fetch_type, EVTXDataFormat data_format, EVFetchNumFormat num_format, EVFetchEndianSwap endian_swap, uint32_t resource_id, PRegister resource_offset) FetchInstr() argument
H A Dsfn_assembler.cpp683 vtx.endian = fetch_instr.endian_swap(); in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A 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()
H A 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()
H A Dsb_bc.h614 unsigned endian_swap:2; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp634 EXPECT_EQ(fetch.endian_swap(), vtx_es_none); in TEST_F()
767 EXPECT_EQ(fetch.endian_swap(), vtx_es_8in16); in TEST_F()

Completed in 12 milliseconds