Searched refs:inputB (Results 1 - 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayFrom.js | 14 const inputB: B[] = []; 22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); 43 var inputB = [];
variable 50 var result4 = Array.from(inputB, function (_a) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 351 css << "layout(set=0, binding=4) buffer Params { InputA inputA; InputB inputB; InputC inputC; Output outputO; } params;\n"; in initPrograms() 356 css << "layout(set=0, binding=1) coherent buffer InputB { " << typeStrB << " x[]; } inputB;\n"; in initPrograms() 397 css << " InputB inputB = params.inputB;\n"; in initPrograms() 429 "inputB", in initPrograms() 466 " coopMatLoadNV(matB, inputB.x, element1, " << strides[1] << ", " << colMajor << ");\n" in initPrograms() 1002 float inputB = getDataFloat(ptrs[1], dataTypes[1], i); in iterate() local 1027 if (output != inputA + inputB) in iterate() 1031 if (output != inputA - inputB) in iterate() 1039 if (inputB ! in iterate() 1115 deUint32 inputB = getDataInt(ptrs[1], dataTypes[1], i); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmVariablePointersTests.cpp | 642 vector<float> inputB (numFloats, 0); 664 // inputB is of type outer_struct. 667 // inputA and inputB are of the same size. When testing variable pointers pointing to 668 // two different input buffers, we use inputA and inputB. 677 // Populate the second input (inputB) to contain: {3, 7, ... , 255} 679 // Note that the first half of inputC is the same as inputA and the second half is the same as inputB. 683 inputB[i] = ((4*float(i)) + 3) / 255; 685 inputC[i + numFloats] = inputB[i]; 694 // 1. inputA or inputB = nested structure 695 // 2. inputA.r or inputB [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmVariablePointersTests.cpp | 643 vector<float> inputB (numFloats, 0); 665 // inputB is of type outer_struct. 668 // inputA and inputB are of the same size. When testing variable pointers pointing to 669 // two different input buffers, we use inputA and inputB. 678 // Populate the second input (inputB) to contain: {3, 7, ... , 255} 680 // Note that the first half of inputC is the same as inputA and the second half is the same as inputB. 684 inputB[i] = ((4*float(i)) + 3) / 255; 686 inputC[i + numFloats] = inputB[i]; 695 // 1. inputA or inputB = nested structure 696 // 2. inputA.r or inputB [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 542 css << "layout(set=0, binding=4) buffer Params { InputA inputA; InputB inputB; InputC inputC; Output outputO; } params;\n"; in initPrograms() 547 css << "layout(set=0, binding=1) coherent buffer InputB { " << typeStrB << " x[]; } inputB;\n"; in initPrograms() 608 css << " InputB inputB = params.inputB;\n"; in initPrograms() 640 "inputB", in initPrograms() 684 " coopMatLoad" << suffix << "(matB, inputB.x, element1, " << loadStrides[1] << ", " << colMajor << ");\n" in initPrograms() 1395 float inputB = getDataFloat(ptrs[1], dataTypes[1], i); in iterate() local 1416 if (output != inputA + inputB) in iterate() 1420 if (output != inputA - inputB) in iterate() 1428 if (inputB ! in iterate() 1527 deUint32 inputB = getDataInt(ptrs[1], dataTypes[1], i); iterate() local [all...] |
Completed in 8 milliseconds