/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 60 enum class OperationType enum 94 OperationType operation; 241 OperationType operation; 275 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MIN }, { genInt8, minInt8 } }, 276 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MAX }, { genInt8, maxInt8 } }, 277 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MID }, { genInt8, midInt8 } }, 278 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MIN }, { genInt16, minInt16 } }, 279 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MAX }, { genInt16, maxInt16 } }, 280 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MID }, { genInt16, midInt16 } }, 281 { { BaseType::TYPE_INT, TypeSize::SIZE_32BIT, OperationType::MIN }, { genInt32, minInt32 } }, [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/wantAgent/ |
D | wantAgentInfo.js | 16 import { OperationType, WantAgentFlags } from "../ohos_wantAgent" 20 operationType: OperationType,
|
/third_party/spirv-tools/source/opt/ |
D | upgrade_memory_model.h | 51 enum OperationType { kVisibility, kAvailability }; enum 102 bool is_volatile, OperationType operation_type,
|
D | upgrade_memory_model.cpp | 526 OperationType operation_type, in UpgradeFlags()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | upgrade_memory_model.h | 51 enum OperationType { kVisibility, kAvailability }; enum 102 bool is_volatile, OperationType operation_type,
|
D | upgrade_memory_model.cpp | 528 OperationType operation_type, in UpgradeFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 51 enum OperationType { kVisibility, kAvailability }; enum 102 bool is_volatile, OperationType operation_type,
|
D | upgrade_memory_model.cpp | 528 OperationType operation_type, in UpgradeFlags()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_wantAgent.js | 31 export const OperationType = { variable
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 166 enum OperationType enum 202 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
D | es2fShaderOperatorTests.cpp | 248 enum OperationType enum 257 …uncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION… in BuiltinFuncInfo() 289 OperationType type;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 303 enum OperationType enum 324 OperationType type_=FUNCTION, in BuiltinFuncInfo() 361 OperationType type_=FUNCTION, in BuiltinFuncInfo() 398 OperationType type;
|
D | vktShaderRenderMatrixTests.cpp | 275 enum OperationType enum 317 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 281 enum OperationType enum 323 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
D | es3fShaderOperatorTests.cpp | 526 enum OperationType enum 540 OperationType type_=FUNCTION, bool isUnaryPrefix_=true) in BuiltinFuncInfo() 566 OperationType type_=FUNCTION, bool isUnaryPrefix_=true) in BuiltinFuncInfo() 602 OperationType type;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 86 enum OperationType enum 171 OperationType operationType; 3155 OperationType operationType; in addOperationTestsImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 114 enum OperationType enum 195 OperationType operationType; 3662 OperationType operationType; in addOperationTestsImpl()
|