| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {spv::Dim::NAME, #NAME} macro 89 #define CASE(NAME) {spv::ImageFormat::NAME, #NAME} macro 159 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 185 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 203 #define CASE(storage_class) \ macro
|
| D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) spv::Decoration::NAME, #NAME macro 205 #define CASE(NAME) \ macro 263 #define CASE(NAME) \ macro 286 #define CASE(NAME) \ macro 309 #define CASE(ENUM,NAME) \ macro 372 #define CASE(ENUM) uint32_t(spv::LinkageType::ENUM), #ENUM macro 469 #define CASE(NAME) spv::Decoration::NAME, #NAME macro
|
| D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) spv::ExecutionModel::NAME, #NAME macro 154 #define CASE(NAME) spv::ExecutionMode::NAME, #NAME macro 228 #define CASE(NAME) { spv::Capability::NAME, #NAME } macro
|
| D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { spv::SamplerAddressingMode::NAME, #NAME } macro 81 #define CASE(NAME) { spv::SamplerFilterMode::NAME, #NAME} macro 781 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro 819 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro
|
| /external/angle/third_party/spirv-tools/src/test/ |
| D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {spv::Dim::NAME, #NAME} macro 89 #define CASE(NAME) {spv::ImageFormat::NAME, #NAME} macro 159 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 185 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 203 #define CASE(storage_class) \ macro
|
| D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) spv::Decoration::NAME, #NAME macro 205 #define CASE(NAME) \ macro 263 #define CASE(NAME) \ macro 286 #define CASE(NAME) \ macro 309 #define CASE(ENUM,NAME) \ macro 372 #define CASE(ENUM) uint32_t(spv::LinkageType::ENUM), #ENUM macro 469 #define CASE(NAME) spv::Decoration::NAME, #NAME macro
|
| D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) spv::ExecutionModel::NAME, #NAME macro 154 #define CASE(NAME) spv::ExecutionMode::NAME, #NAME macro 228 #define CASE(NAME) { spv::Capability::NAME, #NAME } macro
|
| D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { spv::SamplerAddressingMode::NAME, #NAME } macro 81 #define CASE(NAME) { spv::SamplerFilterMode::NAME, #NAME} macro 781 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro 819 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro
|
| /external/deqp-deps/SPIRV-Tools/test/ |
| D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {spv::Dim::NAME, #NAME} macro 89 #define CASE(NAME) {spv::ImageFormat::NAME, #NAME} macro 159 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 185 #define CASE(NAME) {spv::AccessQualifier::NAME, #NAME} macro 203 #define CASE(storage_class) \ macro
|
| D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) spv::Decoration::NAME, #NAME macro 205 #define CASE(NAME) \ macro 263 #define CASE(NAME) \ macro 286 #define CASE(NAME) \ macro 309 #define CASE(ENUM,NAME) \ macro 372 #define CASE(ENUM) uint32_t(spv::LinkageType::ENUM), #ENUM macro 469 #define CASE(NAME) spv::Decoration::NAME, #NAME macro
|
| D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) spv::ExecutionModel::NAME, #NAME macro 154 #define CASE(NAME) spv::ExecutionMode::NAME, #NAME macro 228 #define CASE(NAME) { spv::Capability::NAME, #NAME } macro
|
| D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { spv::SamplerAddressingMode::NAME, #NAME } macro 81 #define CASE(NAME) { spv::SamplerFilterMode::NAME, #NAME} macro 781 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro 819 #define CASE(NAME) spv::Op::Op##NAME, #NAME macro
|
| /external/skia/tools/graphite/ |
| D | ContextFactory.cpp | 82 #define CASE(TYPE) \ in getContextInfo() macro 87 #define CASE(TYPE) \ in getContextInfo() macro
|
| /external/skia/src/core/ |
| D | SkRecord.h | 153 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); macro 164 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); macro
|
| /external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
| D | test_utils.cc | 93 #define CASE(type) \ in FillNumericTensorBuffer() macro 117 #define CASE(type) \ in CheckBufferDataIsEqual() macro
|
| /external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| D | disasm.c | 352 #define CASE(_name, _srcs) \ macro 418 #define CASE(_name, _srcs) \ macro 480 #define CASE(_name, _srcs) \ macro 541 #define CASE(_name, _srcs) \ macro 596 #define CASE(_name, _srcs) \ macro
|
| /external/strace/tests-m32/ |
| D | signal2name.c | 4 #define CASE(x) case x: return #x macro
|
| D | errno2name.c | 32 #define CASE(x) case x: return #x macro
|
| /external/strace/tests/ |
| D | errno2name.c | 32 #define CASE(x) case x: return #x macro
|
| D | signal2name.c | 4 #define CASE(x) case x: return #x macro
|
| /external/strace/tests-mx32/ |
| D | errno2name.c | 32 #define CASE(x) case x: return #x macro
|
| D | signal2name.c | 4 #define CASE(x) case x: return #x macro
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | inplace_ops_functor_gpu.cu.cc | 64 #define CASE(type) \ in DoParallelConcat() macro 169 #define CASE(type) \ in DoInplace() macro 191 #define CASE(type) \ in DoCopy() macro
|
| /external/mesa3d/src/gallium/frontends/d3d10umd/ |
| D | Format.cpp | 280 #define CASE(fmt) case fmt: return #fmt macro
|
| /external/icu/icu4c/source/test/intltest/ |
| D | ittrans.cpp | 30 #define CASE(id,test) case id: \ macro
|