Home
last modified time | relevance | path

Searched defs:ndx (Results 176 - 191 of 191) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp307 const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * loc.x)) + in logPixelGrid() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1740 fillShader << " imageStore(u_resultImage, " << ivecCords << ", " << ndx << ", i64vec4(inBuffer.data[index]));\n"; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp2170 int ndx = 0; in generateSpirv() local
2241 int ndx in generateSpirv() local
3497 src << "\\tgl_TessLevelInner[" << ndx << "] = 1.0;\\n"; generateTessControlShader() local
3500 src << "\\tgl_TessLevelOuter[" << ndx << "] = 1.0;\\n"; generateTessControlShader() local
3588 src << "\\tgl_TessLevelInner[" << ndx << "] = 1.0;\\n"; generatePassthroughTessControlShader() local
3591 src << "\\tgl_TessLevelOuter[" << ndx << "] = 1.0;\\n"; generatePassthroughTessControlShader() local
[all...]
H A DvktShaderBuiltinPrecisionTests.cpp331 const std::string getComparisonOperation(const int ndx) in getComparisonOperation() argument
3364 getComponent(const ExprP<T>& container, int ndx) getComponent() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1042 const int ndx = y*textureSize.x() + x; in readFloatOrNormTextureWithLookupsAndVerify() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1719 deUint32 ndx = getRandom(rnd, GLValue::Uint::create(min), GLValue::Uint::create(max)).getValue(); createIndices() local
2450 name << "attrib" << ndx << "_"; getName() local
[all...]
H A DglsBuiltinPrecisionTests.cpp2568 getComponent(const ExprP<T>& container, int ndx) getComponent() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp306 const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * loc.x)) + in logPixelGrid() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp2170 int ndx = 0; in generateSpirv() local
2241 int ndx in generateSpirv() local
3497 src << "\\tgl_TessLevelInner[" << ndx << "] = 1.0;\\n"; generateTessControlShader() local
3500 src << "\\tgl_TessLevelOuter[" << ndx << "] = 1.0;\\n"; generateTessControlShader() local
3588 src << "\\tgl_TessLevelInner[" << ndx << "] = 1.0;\\n"; generatePassthroughTessControlShader() local
3591 src << "\\tgl_TessLevelOuter[" << ndx << "] = 1.0;\\n"; generatePassthroughTessControlShader() local
[all...]
H A DvktShaderBuiltinPrecisionTests.cpp332 const std::string getComparisonOperation(const int ndx) in getComparisonOperation() argument
3353 getComponent(const ExprP<T>& container, int ndx) getComponent() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1614 getAttachmentNdx(const vector<AttachmentReference>& colorAttachments, size_t ndx) getAttachmentNdx() argument
3381 setUndefined(size_t ndx) setUndefined() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp856 getAsmForLocalSizeTest(bool useLiteralLocalSize, bool useLiteralLocalSizeId, bool useSpecConstantWorkgroupSize, IVec3 workGroupSize, deUint32 ndx) getAsmForLocalSizeTest() argument
921 "%ndx = OpCompositeExtract %u32 %idval " << ndx << "\\n" getAsmForLocalSizeTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1602 getAttachmentNdx(const vector<AttachmentReference>& colorAttachments, size_t ndx) getAttachmentNdx() argument
3367 setUndefined(size_t ndx) setUndefined() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp855 getAsmForLocalSizeTest(bool useLiteralLocalSize, bool useLiteralLocalSizeId, bool useSpecConstantWorkgroupSize, IVec3 workGroupSize, deUint32 ndx) getAsmForLocalSizeTest() argument
920 "%ndx = OpCompositeExtract %u32 %idval " << ndx << "\\n" getAsmForLocalSizeTest() local
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c714 int ndx = field->descriptortype; in decode_msg() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c657 int ndx = field->descriptortype; in decode_msg() local

Completed in 109 milliseconds

12345678