/third_party/skia/gm/ |
H A D | matrixconvolution.cpp | 39 MatrixConvolutionGM(SkColor colorOne, SkColor colorTwo, KernelFixture kernelFixture, const char* nameSuffix) in MatrixConvolutionGM() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 473 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateVPTests.cpp | 472 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateDSTests.cpp | 1328 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateRSTests.cpp | 1252 std::string nameSuffix; in init() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 61 const char* const nameSuffix; in init() member 135 const char* const nameSuffix; in init() member 288 const char* const nameSuffix; in init() member [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 61 const char* const nameSuffix; in init() member 135 const char* const nameSuffix; in init() member 288 const char* const nameSuffix; in init() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 470 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateVPTests.cpp | 470 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateDSTests.cpp | 1299 std::string nameSuffix; in init() local
|
H A D | vktDynamicStateRSTests.cpp | 1209 std::string nameSuffix; in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 524 const char* nameSuffix; in init() member 536 const char* nameSuffix; in init() member 549 const char* nameSuffix; in init() member 560 const char* nameSuffix; in init() member [all...] |
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 661 const char* nameSuffix = nullptr; outputProgress() local 672 const char* nameSuffix = opSuffixes[op]; outputProgress() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 1029 const auto nameSuffix = (geometryShader ? "_with_geom_shader" : ""); in createMiscDrawTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1098 const std::string nameSuffix = bindingSuffix + arraySuffix; variable 1106 declarations << layoutAttribs << ") uniform sampler sampler" << nameSuffix; variable 1110 declarations << layoutAttribs << ") uniform usampler2D combinedSampler" << nameSuffix; variable 1114 declarations << layoutAttribs << ") uniform utexture2D sampledImage" << nameSuffix; variable 1118 declarations << layoutAttribs << ") uniform uboBlock" << bindingSuffix << " { uint val; } ubo" << nameSuffix; variable 1122 declarations << layoutAttribs << ") buffer sboBlock" << bindingSuffix << " { uint val; } ssbo" << nameSuffix; variable 1126 declarations << layoutAttribs << ") uniform utextureBuffer uniformTexel" << nameSuffix; variable 1130 declarations << layoutAttribs << ", r32ui) uniform uimageBuffer storageTexel" << nameSuffix; variable 1134 declarations << layoutAttribs << ", r32ui) uniform uimage2D storageImage" << nameSuffix; variable 1138 declarations << layoutAttribs << ", input_attachment_index=" << inputAttachmentIdx << ") uniform usubpassInput inputAttachment" << nameSuffix; variable 1142 declarations << layoutAttribs << ") uniform accelerationStructureEXT accelerationStructure" << nameSuffix; global() variable 1169 const std::string nameSuffix = bindingSuffix + indexSuffix; global() variable 1182 checks << " uint readValue = texture(usampler2D(externalSampledImage, sampler" << nameSuffix << "), vec2(0, 0)).r;\\n"; global() variable 1183 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1191 checks << " uint readValue = texture(combinedSampler" << nameSuffix << ", vec2(0, 0)).r;\\n"; global() variable 1192 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1201 checks << " uint readValue = texture(usampler2D(sampledImage" << nameSuffix << ", externalSampler), vec2(0, 0)).r;\\n"; global() variable 1202 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1210 checks << " uint readValue = ubo" << nameSuffix << ".val;\\n"; global() variable 1211 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1219 checks << " uint readValue = ssbo" << nameSuffix << ".val;\\n"; global() variable 1220 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1230 checks << " uint readValue = texelFetch(uniformTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1231 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1239 checks << " uint readValue = imageLoad(storageTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1240 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1245 checks << " imageStore(storageTexel" << nameSuffix << ", 0, uvec4(readValue, 0, 0, 0));\\n"; global() variable 1251 checks << " uint readValue = imageLoad(storageImage" << nameSuffix << ", ivec2(0, 0)).x;\\n"; global() variable 1252 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1257 checks << " imageStore(storageImage" << nameSuffix << ", ivec2(0, 0), uvec4(readValue, 0, 0, 0));\\n"; global() variable 1263 checks << " uint readValue = subpassLoad(inputAttachment" << nameSuffix << ").x;\\n"; global() variable 1264 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1279 checks << " rayQueryInitializeEXT(rq, accelerationStructure" << nameSuffix << ", gl_RayFlagsNoneEXT, cullMask, origin, tmin, direction, tmax);\\n"; global() variable [all...] |
H A D | vktBindingValveMutableTests.cpp | 1017 const std::string nameSuffix = bindingSuffix + arraySuffix; variable 1025 declarations << layoutAttribs << ") uniform sampler sampler" << nameSuffix; variable 1029 declarations << layoutAttribs << ") uniform usampler2D combinedSampler" << nameSuffix; variable 1033 declarations << layoutAttribs << ") uniform utexture2D sampledImage" << nameSuffix; variable 1037 declarations << layoutAttribs << ") uniform uboBlock" << bindingSuffix << " { uint val; } ubo" << nameSuffix; variable 1041 declarations << layoutAttribs << ") buffer sboBlock" << bindingSuffix << " { uint val; } ssbo" << nameSuffix; variable 1045 declarations << layoutAttribs << ") uniform utextureBuffer uniformTexel" << nameSuffix; variable 1049 declarations << layoutAttribs << ", r32ui) uniform uimageBuffer storageTexel" << nameSuffix; variable 1053 declarations << layoutAttribs << ", r32ui) uniform uimage2D storageImage" << nameSuffix; variable 1057 declarations << layoutAttribs << ", input_attachment_index=" << inputAttachmentIdx << ") uniform usubpassInput inputAttachment" << nameSuffix; variable 1061 declarations << layoutAttribs << ") uniform accelerationStructureEXT accelerationStructure" << nameSuffix; global() variable 1088 const std::string nameSuffix = bindingSuffix + indexSuffix; global() variable 1101 checks << " uint readValue = texture(usampler2D(externalSampledImage, sampler" << nameSuffix << "), vec2(0, 0)).r;\\n"; global() variable 1102 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1110 checks << " uint readValue = texture(combinedSampler" << nameSuffix << ", vec2(0, 0)).r;\\n"; global() variable 1111 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1120 checks << " uint readValue = texture(usampler2D(sampledImage" << nameSuffix << ", externalSampler), vec2(0, 0)).r;\\n"; global() variable 1121 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1129 checks << " uint readValue = ubo" << nameSuffix << ".val;\\n"; global() variable 1130 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1138 checks << " uint readValue = ssbo" << nameSuffix << ".val;\\n"; global() variable 1139 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1149 checks << " uint readValue = texelFetch(uniformTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1150 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1158 checks << " uint readValue = imageLoad(storageTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1159 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1164 checks << " imageStore(storageTexel" << nameSuffix << ", 0, uvec4(readValue, 0, 0, 0));\\n"; global() variable 1170 checks << " uint readValue = imageLoad(storageImage" << nameSuffix << ", ivec2(0, 0)).x;\\n"; global() variable 1171 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1176 checks << " imageStore(storageImage" << nameSuffix << ", ivec2(0, 0), uvec4(readValue, 0, 0, 0));\\n"; global() variable 1182 checks << " uint readValue = subpassLoad(inputAttachment" << nameSuffix << ").x;\\n"; global() variable 1183 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1198 checks << " rayQueryInitializeEXT(rq, accelerationStructure" << nameSuffix << ", gl_RayFlagsNoneEXT, cullMask, origin, tmin, direction, tmax);\\n"; global() variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 738 addVerificationComputeShader(SourceCollections& programCollection, const VkSampleCountFlagBits numCoverageSamples, const VkSampleCountFlagBits numColorSamples, const VkSampleCountFlagBits numDepthStencilSamples, const VkFormat depthStencilFormat, const std::string& nameSuffix) addVerificationComputeShader() argument
|
H A D | vktPipelineVertexInputTests.cpp | 1915 const auto nameSuffix = "_missing_components"; in createSingleAttributeCases() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1349 const char* nameSuffix; in createTests() member
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1863 const char* nameSuffix; in createTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1094 const std::string nameSuffix = bindingSuffix + arraySuffix; variable 1102 declarations << layoutAttribs << ") uniform sampler sampler" << nameSuffix; variable 1106 declarations << layoutAttribs << ") uniform usampler2D combinedSampler" << nameSuffix; variable 1110 declarations << layoutAttribs << ") uniform utexture2D sampledImage" << nameSuffix; variable 1114 declarations << layoutAttribs << ") uniform uboBlock" << bindingSuffix << " { uint val; } ubo" << nameSuffix; variable 1118 declarations << layoutAttribs << ") buffer sboBlock" << bindingSuffix << " { uint val; } ssbo" << nameSuffix; variable 1122 declarations << layoutAttribs << ") uniform utextureBuffer uniformTexel" << nameSuffix; variable 1126 declarations << layoutAttribs << ", r32ui) uniform uimageBuffer storageTexel" << nameSuffix; variable 1130 declarations << layoutAttribs << ", r32ui) uniform uimage2D storageImage" << nameSuffix; variable 1134 declarations << layoutAttribs << ", input_attachment_index=" << inputAttachmentIdx << ") uniform usubpassInput inputAttachment" << nameSuffix; variable 1138 declarations << layoutAttribs << ") uniform accelerationStructureEXT accelerationStructure" << nameSuffix; global() variable 1165 const std::string nameSuffix = bindingSuffix + indexSuffix; global() variable 1178 checks << " uint readValue = texture(usampler2D(externalSampledImage, sampler" << nameSuffix << "), vec2(0, 0)).r;\\n"; global() variable 1179 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1187 checks << " uint readValue = texture(combinedSampler" << nameSuffix << ", vec2(0, 0)).r;\\n"; global() variable 1188 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1197 checks << " uint readValue = texture(usampler2D(sampledImage" << nameSuffix << ", externalSampler), vec2(0, 0)).r;\\n"; global() variable 1198 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1206 checks << " uint readValue = ubo" << nameSuffix << ".val;\\n"; global() variable 1207 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1215 checks << " uint readValue = ssbo" << nameSuffix << ".val;\\n"; global() variable 1216 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1226 checks << " uint readValue = texelFetch(uniformTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1227 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1235 checks << " uint readValue = imageLoad(storageTexel" << nameSuffix << ", 0).x;\\n"; global() variable 1236 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1241 checks << " imageStore(storageTexel" << nameSuffix << ", 0, uvec4(readValue, 0, 0, 0));\\n"; global() variable 1247 checks << " uint readValue = imageLoad(storageImage" << nameSuffix << ", ivec2(0, 0)).x;\\n"; global() variable 1248 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1253 checks << " imageStore(storageImage" << nameSuffix << ", ivec2(0, 0), uvec4(readValue, 0, 0, 0));\\n"; global() variable 1259 checks << " uint readValue = subpassLoad(inputAttachment" << nameSuffix << ").x;\\n"; global() variable 1260 checks << " debugPrintfEXT(\\"iteration-" << iteration << nameSuffix << ": 0x%xu\\\\n\\", readValue);\\n"; global() variable 1275 checks << " rayQueryInitializeEXT(rq, accelerationStructure" << nameSuffix << ", gl_RayFlagsNoneEXT, cullMask, origin, tmin, direction, tmax);\\n"; global() variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1340 const char* nameSuffix; in createTests() member
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1862 const char* nameSuffix; in createTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 2070 const std::string nameSuffix = (compaction ? "" : "_without_compaction"); in createMeshShaderSmokeTestsEXT() local
|
H A D | vktMeshShaderSyncTestsEXT.cpp | 691 const std::string nameSuffix = (prevTask ? "WithTask" : ""); in initPrograms() local
|