Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 25 of 40) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp44 const char *fnName, ExplicitType vecType, in test_any_all_kernel()
140 int anyVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in anyVerifyFn()
184 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_any() local
209 int allVerifyFn( ExplicitType vecType, unsigned int vecSize, void *inData ) in allVerifyFn()
253 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_all() local
302ExplicitType vecType, unsigned int vecSize, ExplicitType testVecType, selectVerifyFn verifyFn, MTd… in test_select_kernel()
474 void bitselect_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize, voi… in bitselect_verify_fn()
488 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect() local
524 void select_signed_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize,… in select_signed_verify_fn()
572 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed() local
[all …]
Dtest_shuffles.cpp246 char * get_order_name( ExplicitType vecType, size_t inVecSize, size_t outVecSize, ShuffleOrder &inO… in get_order_name()
319ExplicitType vecType, size_t inVecSize, size_t outVecSize, cl_uint *lengthToUse, bool inUseNumeric… in create_shuffle_kernel()
589ExplicitType vecType, size_t inVecSize, size_t outVecSize, cl_uint *lengthToUse, size_t numOrders, in test_shuffle_dual_kernel()
823 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_shuffle_random() local
/external/OpenCL-CTS/test_conformance/gl/
Dtest_buffers.cpp125 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/
Dtest_buffers.cpp128 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/basic/
Dtest_vec_type_hint.cpp45 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vec_type_hint() local
Dtest_async_strided_copy.cpp67 …_context context, cl_command_queue queue, const char *kernelCode, ExplicitType vecType, int vecSiz… in test_strided_copy()
230 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_strided_copy_all_types() local
Dtest_async_copy.cpp81 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
Dtest_vector_creation.cpp224 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vector_creation() local
Dtest_kernel_memory_alignment.cpp170 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_kernel_memory_alignment() local
Dtest_vloadstore.cpp206 …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/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp51ExplicitType 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()
Dtest_unary_ops.cpp50 ExplicitType vecType, size_t vecSize, in test_unary_op()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp216 Type* vecType = getVectorType(pType, JM()->mVWidth); in GetVectorType() local
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp373 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
720 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
792 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
895 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
969 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
1063 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp150 const string vecType = string("%v") + de::toString(elements) + "f32"; in addComputeVectorCompositeInsertTests() local
220 const string vecType = string("%v") + de::toString(elements) + "f32"; in addGraphicsVectorCompositeInsertTests() local
/external/angle/src/compiler/translator/tree_ops/
DVectorizeVectorScalarArithmetic.cpp173 TType vecType = node->getType(); in replaceAssignInsideConstructor() local
DEmulatePrecision.cpp262 std::string vecType = getTypeString(vecTypeStrStr.str().c_str()); in writeVectorRoundingHelpers() local
384 std::string vecType = vecTypeStrStr.str(); in writeVectorRoundingHelpers() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp705 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
2144 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp411 const char* vecType = DE_NULL; in operator <<() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp892 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
1747 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp628 …const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType))… in computeStd140Layout() local
650 …const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrix… in computeStd430Layout() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp508 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local
565 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local
662 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp842 DataType vecType = getDataTypeFloatVec(matSize); in createMatrixSubscriptCase() local
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp812 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp932 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local

12