Home
last modified time | relevance | path

Searched refs:operation_type (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h95 bool is_volatile, OperationType operation_type,
Dupgrade_memory_model.cpp406 OperationType operation_type, in UpgradeFlags() argument
417 if (operation_type == kVisibility) { in UpgradeFlags()
424 if (operation_type == kVisibility) { in UpgradeFlags()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h95 bool is_volatile, OperationType operation_type,
Dupgrade_memory_model.cpp389 OperationType operation_type, in UpgradeFlags() argument
400 if (operation_type == kVisibility) { in UpgradeFlags()
407 if (operation_type == kVisibility) { in UpgradeFlags()
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py133 operation_type = batch_operation.type()
134 state.due.remove(operation_type)
135 if operation_type == cygrpc.OperationType.receive_initial_metadata:
137 elif operation_type == cygrpc.OperationType.receive_message:
147 elif operation_type == cygrpc.OperationType.receive_status_on_client:
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp11322 const char* GPUShaderFP64Test9::getOperatorForOperationType(const _operation_type& operation_type) in getOperatorForOperationType() argument
11326 switch (operation_type) in getOperatorForOperationType()
11372 std::string GPUShaderFP64Test9::getOperationTypeString(const _operation_type& operation_type) in getOperationTypeString() argument
11376 switch (operation_type) in getOperationTypeString()
11430 if (test_case.operation_type == OPERATION_TYPE_MULTIPLICATION && in getVertexShaderBody()
11479 test_case.operation_type == OPERATION_TYPE_MULTIPLICATION) in getVertexShaderBody()
11510 if (test_case.operation_type == OPERATION_TYPE_PRE_DECREMENTATION || in getVertexShaderBody()
11511 test_case.operation_type == OPERATION_TYPE_PRE_INCREMENTATION) in getVertexShaderBody()
11513 result_sstream << getOperatorForOperationType(test_case.operation_type); in getVertexShaderBody()
11518 if (test_case.operation_type == OPERATION_TYPE_PRE_DECREMENTATION || in getVertexShaderBody()
[all …]
Dgl4cGPUShaderFP64Tests.hpp1454 _operation_type operation_type; member
1468 const char* getOperatorForOperationType(const _operation_type& operation_type);
1469 std::string getOperationTypeString(const _operation_type& operation_type);