Home
last modified time | relevance | path

Searched refs:spec_const (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp30 const char* spec_const; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
H A Dscalar_replacement_test.cpp149 OpName %6 "spec_const" in TEST_F()
878 %spec_const = OpSpecConstant %uint 0 in TEST_F()
883 %3 = OpAccessChain %uint_ptr %var %spec_const in TEST_F()
1407 ; CHECK: [[spec_const:%\w+]] = OpSpecConstant [[int]] 4 in TEST_F()
1408 ; CHECK: [[spec_op:%\w+]] = OpSpecConstantOp [[int]] IAdd [[spec_const]] [[spec_const]] in TEST_F()
1409 ; CHECK: [[array1:%\w+]] = OpTypeArray [[int]] [[spec_const]] in TEST_F()
1423 %spec_const = OpSpecConstant %int 4 in TEST_F()
1424 %spec_op = OpSpecConstantOp %int IAdd %spec_const %spec_const in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp30 const char* spec_const; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
H A Dscalar_replacement_test.cpp149 OpName %6 "spec_const" in TEST_F()
878 %spec_const = OpSpecConstant %uint 0 in TEST_F()
883 %3 = OpAccessChain %uint_ptr %var %spec_const in TEST_F()
1407 ; CHECK: [[spec_const:%\w+]] = OpSpecConstant [[int]] 4 in TEST_F()
1408 ; CHECK: [[spec_op:%\w+]] = OpSpecConstantOp [[int]] IAdd [[spec_const]] [[spec_const]] in TEST_F()
1409 ; CHECK: [[array1:%\w+]] = OpTypeArray [[int]] [[spec_const]] in TEST_F()
1423 %spec_const = OpSpecConstant %int 4 in TEST_F()
1424 %spec_op = OpSpecConstantOp %int IAdd %spec_const %spec_const in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp29 const char* spec_const; member
40 test_case.type_decl, test_case.spec_const}; in TEST_P()
H A Dscalar_replacement_test.cpp161 OpName %6 "spec_const" in TEST_F()
889 %spec_const = OpSpecConstant %uint 0 in TEST_F()
894 %3 = OpAccessChain %uint_ptr %var %spec_const in TEST_F()
1418 ; CHECK: [[spec_const:%\w+]] = OpSpecConstant [[int]] 4 in TEST_F()
1419 ; CHECK: [[spec_op:%\w+]] = OpSpecConstantOp [[int]] IAdd [[spec_const]] [[spec_const]] in TEST_F()
1420 ; CHECK: [[array1:%\w+]] = OpTypeArray [[int]] [[spec_const]] in TEST_F()
1434 %spec_const = OpSpecConstant %int 4 in TEST_F()
1435 %spec_op = OpSpecConstantOp %int IAdd %spec_const %spec_const in TEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp657 for (const auto &spec_const : specialization_constants) in emit_specialization_constants()
659 auto &c = get<SPIRConstant>(spec_const.id); in emit_specialization_constants()
662 json_stream->emit_json_key_value("name", get_name(spec_const.id)); in emit_specialization_constants()
663 json_stream->emit_json_key_value("id", spec_const.constant_id); in emit_specialization_constants()
665 json_stream->emit_json_key_value("variable_id", spec_const.id); in emit_specialization_constants()

Completed in 8 milliseconds