| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderFConvertTests.cpp | 549 auto& inputValues = InputGenerator::getInstance().getInputValues16(); in iterate() local 550 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float16>(inputValues.size(), m_params.vectorL… in iterate() 551 inputMemory = packFloats(inputValues, m_params.vectorLength); in iterate() 555 auto& inputValues = InputGenerator::getInstance().getInputValues32(); in iterate() local 556 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float32>(inputValues.size(), m_params.vectorL… in iterate() 557 inputMemory = packFloats(inputValues, m_params.vectorLength); in iterate() 561 auto& inputValues = InputGenerator::getInstance().getInputValues64(); in iterate() local 562 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputValues.size(), m_params.vectorL… in iterate() 563 inputMemory = packFloats(inputValues, m_params.vectorLength); in iterate() 808 auto& inputValues = InputGenerator::getInstance().getInputValues32(); in iterate() local [all …]
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fBasicComputeShaderTests.cpp | 157 std::vector<deUint32> inputValues (m_numValues); in iterate() local 162 for (int ndx = 0; ndx < (int)inputValues.size(); ndx++) in iterate() 163 inputValues[ndx] = rnd.getUint32(); in iterate() 187 for (deUint32 ndx = 0; ndx < de::min(valueInfo.arraySize, (deUint32)inputValues.size()); ndx++) in iterate() 188 …t32*)((deUint8*)bufMap.getPtr() + valueInfo.offset + ndx*valueInfo.arrayStride) = inputValues[ndx]; in iterate() 219 TCU_CHECK(valueInfo.arraySize == (deUint32)inputValues.size()); in iterate() 223 const deUint32 ref = ~inputValues[ndx]; in iterate() 279 std::vector<deUint32> inputValues (m_numValues); in iterate() local 284 for (int ndx = 0; ndx < (int)inputValues.size(); ndx++) in iterate() 285 inputValues[ndx] = rnd.getUint32(); in iterate() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/undef/ |
| D | undefined_constant_composite.amber | 34 ; } inputValues; 46 ; outputValues.array[idx] = add_second(inputValues.array[idx], constant_pair); 64 OpDecorate %inputValues DescriptorSet 0 65 OpDecorate %inputValues Binding 0 89 %inputValues = OpVariable %_ptr_Uniform_InputBlock Uniform 102 %input_value_ptr = OpAccessChain %_ptr_Uniform_int %inputValues %int_0 %gidx
|
| D | undefined_spec_constant_composite.amber | 38 ; } inputValues; 50 ; outputValues.array[idx] = add_first_and_second(inputValues.array[idx], spec_constant_pair… 68 OpDecorate %inputValues DescriptorSet 0 69 OpDecorate %inputValues Binding 0 94 %inputValues = OpVariable %_ptr_Uniform_InputBlock Uniform 111 %input_value_ptr = OpAccessChain %_ptr_Uniform_int %inputValues %int_0 %gidx
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| D | decoder_test.js | 112 var inputValues = []; 118 inputValues.push(val); 125 inputValues.push(val); 138 for (var i = 0; i < inputValues.length; i++) { 139 assertEquals(inputValues[i], readValue.call(decoder));
|
| D | reader_test.js | 264 var inputValues = []; 270 inputValues.push({ 280 inputValues.push({ 309 for (var i = 0; i < inputValues.length; i++) { 310 var expected = inputValues[i];
|
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| D | decoder_test.js | 112 var inputValues = []; 118 inputValues.push(val); 125 inputValues.push(val); 138 for (var i = 0; i < inputValues.length; i++) { 139 assertEquals(inputValues[i], readValue.call(decoder));
|
| D | reader_test.js | 264 var inputValues = []; 270 inputValues.push({ 280 inputValues.push({ 309 for (var i = 0; i < inputValues.length; i++) { 310 var expected = inputValues[i];
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmComputeShaderTestUtil.hpp | 176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals() local 182 if (!compareRetVals<OpAtomic>(inputValues, inputValuesCount, resultValue, values)) in compareWithRetvals() 206 …static bool compareRetVals (const deUint32* inputValues, const size_t inputValuesCount, const deUi… in compareRetVals() argument 228 case OPATOMIC_IADD: previousResult -= inputValues[ndx]; break; in compareRetVals() 229 case OPATOMIC_ISUB: previousResult += inputValues[ndx]; break; in compareRetVals()
|
| /third_party/protobuf/js/binary/ |
| D | decoder_test.js | 113 var inputValues = []; 119 inputValues.push(val); 126 inputValues.push(val); 139 for (var i = 0; i < inputValues.length; i++) { 140 assertEquals(inputValues[i], readValue.call(decoder));
|
| D | reader_test.js | 264 var inputValues = []; 270 inputValues.push({ 280 inputValues.push({ 309 for (var i = 0; i < inputValues.length; i++) { 310 var expected = inputValues[i];
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| D | vktMemoryModelPadding.cpp | 252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate() local 261 deMemcpy(inputBufferPtr, &inputValues, sizeof(inputValues)); in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ComputeShaderTest.cpp | 567 GLuint inputValues[] = {200}; in TEST_P() local 572 inputValues); in TEST_P() 577 inputValues); in TEST_P() 637 GLuint inputValues[] = {200}; in TEST_P() local 642 inputValues); in TEST_P() 647 inputValues); in TEST_P() 721 GLuint inputValues[kWidth][kHeight] = {}; in TEST_P() local 732 inputValues); in TEST_P() 816 const std::vector<GLuint> inputValues(kWidth * kHeight, 0); in TEST_P() local 822 inputValues.data()); in TEST_P() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktShaderLibrary.cpp | 982 …ibuteDescription> getVertexAttributeDescriptions (const vector<Value>& inputValues, const ValueBuf… in getVertexAttributeDescriptions() argument 1000 for (size_t inputNdx = 0; inputNdx < inputValues.size(); inputNdx++) in getVertexAttributeDescriptions() 1002 const Value& input = inputValues[inputNdx]; in getVertexAttributeDescriptions() 1034 const vector<Value>& inputValues, in createPipeline() argument 1047 …tributeDescription> vertexAttribParams (getVertexAttributeDescriptions(inputValues, inputLayout)); in createPipeline() 1068 (inputValues.empty() ? 1u : 2u), // bindingCount in createPipeline()
|