/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_relationals.cpp | 44 const char *fnName, ExplicitType vecType, in test_any_all_kernel() 146 int anyVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in anyVerifyFn() 190 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_any() local 215 int allVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in allVerifyFn() 259 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_all() local 308 …ExplicitType vecType, unsigned int vecSize, ExplicitType testVecType, selectVerifyFn verifyFn, MTd… in test_select_kernel() 489 void bitselect_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize, voi… in bitselect_verify_fn() 503 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect() local 539 void select_signed_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize,… in select_signed_verify_fn() 587 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed() local [all …]
|
D | test_shuffles.cpp | 246 char * get_order_name( ExplicitType vecType, size_t inVecSize, size_t outVecSize, ShuffleOrder &inO… in get_order_name() 319 …ExplicitType vecType, size_t inVecSize, size_t outVecSize, cl_uint *lengthToUse, bool inUseNumeric… in create_shuffle_kernel() 589 … ExplicitType vecType, size_t inVecSize, size_t outVecSize, cl_uint *lengthToUse, size_t numOrders, in test_shuffle_dual_kernel() 829 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_shuffle_random() local
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_buffers.cpp | 125 int test_buffer_kernel(cl_context context, cl_command_queue queue, ExplicitType vecType, size_t vec… in test_buffer_kernel() 301 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers() local 329 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo() local
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_buffers.cpp | 128 int test_buffer_kernel(cl_context context, cl_command_queue queue, ExplicitType vecType, size_t vec… in test_buffer_kernel() 308 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers() local 355 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo() local
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 51 … ExplicitType vecType, size_t vecSize, singleParamIntegerVerifyFn verifyFn, in test_single_param_integer_kernel() 252 bool verify_integer_clz( void *source, void *destination, ExplicitType vecType ) in verify_integer_clz() 345 bool verify_integer_ctz( void *source, void *destination, ExplicitType vecType ) in verify_integer_ctz() 551 …ults( void *outData, const void *inDataA, const void *inDataB, size_t count, ExplicitType vecType ) in patchup_divide_results() 833 bool verify_integer_hadd( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_hadd() 896 bool verify_integer_rhadd( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_rhadd() 968 bool verify_integer_min( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_min() 1001 bool verify_integer_max( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_max() 1130 bool verify_integer_mul_hi( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_mul_hi() 1193 bool verify_integer_rotate( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_rotate()
|
D | test_unary_ops.cpp | 50 ExplicitType vecType, size_t vecSize, in test_unary_op()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vec_type_hint.cpp | 45 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vec_type_hint() local
|
D | test_async_copy.cpp | 81 ExplicitType vecType, int vecSize in test_copy() 236 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_copy_all_types() local
|
D | test_async_strided_copy.cpp | 67 …_context context, cl_command_queue queue, const char *kernelCode, ExplicitType vecType, int vecSiz… in test_strided_copy() 232 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_strided_copy_all_types() local
|
D | test_async_copy2D.cpp | 98 ExplicitType vecType, int vecSize, int srcStride, int dstStride, in test_copy2D() 372 ExplicitType vecType[] = { in test_copy2D_all_types() local
|
D | test_async_copy3D.cpp | 116 ExplicitType vecType, int vecSize, int srcLineStride, in test_copy3D() 452 ExplicitType vecType[] = { in test_copy3D_all_types() local
|
D | test_async_copy_fence.cpp | 336 ExplicitType vecType, int vecSize, bool export_after_import, in test_copy_fence() 718 ExplicitType vecType[] = { in test_copy_fence_all_types() local
|
D | test_vector_creation.cpp | 224 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vector_creation() local
|
D | test_kernel_memory_alignment.cpp | 170 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_kernel_memory_alignment() local
|
D | test_vloadstore.cpp | 206 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vloadset() local 728 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vstoreset() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 373 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 751 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 823 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 926 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 1000 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 1094 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 216 Type* vecType = getVectorType(pType, JM()->mVWidth); in GetVectorType() local
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Vectorization.cpp | 215 auto vecType = value.getType().dyn_cast<VectorType>(); in getLargestShape() local 228 auto vecType = value.getType().dyn_cast<VectorType>(); in broadcastIfNeeded() local 575 auto vecType = VectorType::get(vectorDims, elemType); in matchAndRewrite() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCompositeInsertTests.cpp | 166 const string vecType = string("%v") + de::toString(elements) + "f32"; in addComputeVectorCompositeInsertTests() local 242 const string vecType = string("%v") + de::toString(elements) + "f32"; in addGraphicsVectorCompositeInsertTests() local
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 40 if (auto vecType = type.dyn_cast<VectorType>()) in isSignedIntegerOrVector() local 49 if (auto vecType = type.dyn_cast<VectorType>()) in isUnsignedIntegerOrVector() local 60 auto vecType = type.dyn_cast<VectorType>(); in getBitWidth() local 75 if (auto vecType = type.dyn_cast<VectorType>()) { in minusOneIntegerAttribute() local 99 if (auto vecType = srcType.dyn_cast<VectorType>()) { in createFPConstant() local 454 if (auto vecType = srcType.dyn_cast<VectorType>()) in matchAndRewrite() local
|
/external/angle/src/compiler/translator/tree_ops/gl/ |
D | VectorizeVectorScalarArithmetic.cpp | 173 TType vecType = node->getType(); in replaceAssignInsideConstructor() local
|
/external/angle/src/compiler/translator/tree_ops/ |
D | EmulatePrecision.cpp | 262 std::string vecType = getTypeString(vecTypeStrStr.str().c_str()); in writeVectorRoundingHelpers() local 384 std::string vecType = vecTypeStrStr.str(); in writeVectorRoundingHelpers() local
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVLowering.cpp | 174 if (auto vecType = t.dyn_cast<VectorType>()) { in getTypeNumBytes() local 355 if (auto vecType = elementType.dyn_cast<VectorType>()) { in convertMemrefType() local
|
D | SPIRVCanonicalization.cpp | 38 if (auto vecType = type.cast<VectorType>()) { in getScalarOrSplatBoolAttr() local
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 534 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const stri… in genFetch() 578 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue() 600 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore() 765 …const string vecType = formatIsFloat(format) ? "vec4" : (formatIsSignedInt(format) ? ("i" + r64 +… in initPrograms() local
|