/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {SpvDim##NAME, #NAME} macro 86 #define CASE(NAME) {SpvImageFormat##NAME, #NAME} macro 155 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 180 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 198 #define CASE(storage_class) \ macro
|
D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) SpvDecoration##NAME, #NAME macro 204 #define CASE(NAME) \ macro 262 #define CASE(NAME) \ macro 285 #define CASE(NAME) \ macro 308 #define CASE(ENUM,NAME) \ macro 370 #define CASE(ENUM) SpvLinkageType##ENUM, #ENUM macro 464 #define CASE(NAME) SpvDecoration##NAME, #NAME macro
|
D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) SpvExecutionModel##NAME, #NAME macro 154 #define CASE(NAME) SpvExecutionMode##NAME, #NAME macro 228 #define CASE(NAME) { SpvCapability##NAME, #NAME } macro
|
D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { SpvSamplerAddressingMode##NAME, #NAME } macro 81 #define CASE(NAME) { SpvSamplerFilterMode##NAME, #NAME} macro 781 #define CASE(NAME) SpvOp##NAME, #NAME macro 819 #define CASE(NAME) SpvOp##NAME, #NAME macro
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {SpvDim##NAME, #NAME} macro 86 #define CASE(NAME) {SpvImageFormat##NAME, #NAME} macro 155 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 180 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 198 #define CASE(storage_class) \ macro
|
D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) SpvDecoration##NAME, #NAME macro 204 #define CASE(NAME) \ macro 262 #define CASE(NAME) \ macro 285 #define CASE(NAME) \ macro 308 #define CASE(ENUM,NAME) \ macro 370 #define CASE(ENUM) SpvLinkageType##ENUM, #ENUM macro 464 #define CASE(NAME) SpvDecoration##NAME, #NAME macro
|
D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) SpvExecutionModel##NAME, #NAME macro 154 #define CASE(NAME) SpvExecutionMode##NAME, #NAME macro 227 #define CASE(NAME) { SpvCapability##NAME, #NAME } macro
|
D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { SpvSamplerAddressingMode##NAME, #NAME } macro 81 #define CASE(NAME) { SpvSamplerFilterMode##NAME, #NAME} macro 781 #define CASE(NAME) SpvOp##NAME, #NAME macro 819 #define CASE(NAME) SpvOp##NAME, #NAME macro
|
D | text_to_binary.group_test.cpp | 46 #define CASE(NAME) { SpvGroupOperation##NAME, #NAME} macro
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 50 #define CASE(NAME) {SpvDim##NAME, #NAME} macro 86 #define CASE(NAME) {SpvImageFormat##NAME, #NAME} macro 155 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 180 #define CASE(NAME) {SpvAccessQualifier##NAME, #NAME} macro 198 #define CASE(storage_class) \ macro
|
D | text_to_binary.annotation_test.cpp | 87 #define CASE(NAME) SpvDecoration##NAME, #NAME macro 204 #define CASE(NAME) \ macro 262 #define CASE(NAME) \ macro 285 #define CASE(NAME) \ macro 308 #define CASE(ENUM,NAME) \ macro 370 #define CASE(ENUM) SpvLinkageType##ENUM, #ENUM macro 464 #define CASE(NAME) SpvDecoration##NAME, #NAME macro
|
D | text_to_binary.mode_setting_test.cpp | 67 #define CASE(ADDRESSING, MEMORY) \ macro 119 #define CASE(NAME) SpvExecutionModel##NAME, #NAME macro 154 #define CASE(NAME) SpvExecutionMode##NAME, #NAME macro 227 #define CASE(NAME) { SpvCapability##NAME, #NAME } macro
|
D | text_to_binary.constant_test.cpp | 49 #define CASE(NAME) { SpvSamplerAddressingMode##NAME, #NAME } macro 81 #define CASE(NAME) { SpvSamplerFilterMode##NAME, #NAME} macro 781 #define CASE(NAME) SpvOp##NAME, #NAME macro 819 #define CASE(NAME) SpvOp##NAME, #NAME macro
|
/external/skia/src/core/ |
D | SkRecord.h | 149 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); macro 160 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); macro
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | disasm.c | 353 #define CASE(_name, _srcs) \ macro 419 #define CASE(_name, _srcs) \ macro 481 #define CASE(_name, _srcs) \ macro 542 #define CASE(_name, _srcs) \ macro 597 #define CASE(_name, _srcs) \ macro
|
/external/skqp/src/core/ |
D | SkRecord.h | 162 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); macro 173 #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/strace/tests-m32/ |
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/ |
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 | signal2name.c | 4 #define CASE(x) case x: return #x macro
|
D | errno2name.c | 32 #define CASE(x) case x: return #x macro
|
/external/icu/icu4c/source/test/intltest/ |
D | ittrans.cpp | 30 #define CASE(id,test) case id: \ 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
|