Home
last modified time | relevance | path

Searched refs:vec3Type (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp35 ExplicitType vec3Type, int vec3Size, MTdata d) in test_multi_arg_set() argument
51 sprintf( vec3Name, "%s%s", get_explicit_type_name( vec3Type ), sizeNames[ vec3Size - 1 ] ); in test_multi_arg_set()
82 initData[ 2 ] = create_random_data( vec3Type, d, (unsigned int)threads[ 0 ] * vec3Size ); in test_multi_arg_set()
85 get_explicit_type_size(vec3Type) * threads[0] * vec3Size, in test_multi_arg_set()
101 get_explicit_type_size(vec3Type) * threads[0] * vec3Size, NULL, &error); in test_multi_arg_set()
117 resultData[2] = malloc( get_explicit_type_size( vec3Type ) * vec3Size * threads[0] ); in test_multi_arg_set()
120 …error |= clEnqueueReadBuffer( queue, streams[ 5 ], CL_TRUE, 0, get_explicit_type_size( vec3Type ) … in test_multi_arg_set()
171 span = get_explicit_type_size( vec3Type ); in test_multi_arg_set()
/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp397 const TType *vec3Type = StaticType::GetBasic<EbtFloat, 3>(); in declareCoordTranslationFunction() local
398 TType *inVec3Type = new TType(*vec3Type); in declareCoordTranslationFunction()
463 TIntermSymbol *pRecipVar = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
483 dPDXdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
484 dPDYdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
485 dPDZdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
486 dPDXdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
487 dPDYdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
488 dPDZdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction()
685 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(*vec3Type, &argsUVL)); in declareCoordTranslationFunction()
[all …]