Home
last modified time | relevance | path

Searched defs:nameSuffix (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/gm/
H A Dmatrixconvolution.cpp39 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 DvktDynamicStateGeneralTests.cpp473 std::string nameSuffix; in init() local
H A DvktDynamicStateVPTests.cpp472 std::string nameSuffix; in init() local
H A DvktDynamicStateDSTests.cpp1328 std::string nameSuffix; in init() local
H A DvktDynamicStateRSTests.cpp1252 std::string nameSuffix; in init() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp61 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 Des2sLongRunningTests.cpp61 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 DvktDynamicStateGeneralTests.cpp470 std::string nameSuffix; in init() local
H A DvktDynamicStateVPTests.cpp470 std::string nameSuffix; in init() local
H A DvktDynamicStateDSTests.cpp1299 std::string nameSuffix; in init() local
H A DvktDynamicStateRSTests.cpp1209 std::string nameSuffix; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp524 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 DPathOpsExtendedTest.cpp661 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 DvktTessellationMiscDrawTests.cpp1029 const auto nameSuffix = (geometryShader ? "_with_geom_shader" : ""); in createMiscDrawTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1098 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 DvktBindingValveMutableTests.cpp1017 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 DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp738 addVerificationComputeShader(SourceCollections& programCollection, const VkSampleCountFlagBits numCoverageSamples, const VkSampleCountFlagBits numColorSamples, const VkSampleCountFlagBits numDepthStencilSamples, const VkFormat depthStencilFormat, const std::string& nameSuffix) addVerificationComputeShader() argument
H A DvktPipelineVertexInputTests.cpp1915 const auto nameSuffix = "_missing_components"; in createSingleAttributeCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp1349 const char* nameSuffix; in createTests() member
H A DvktSynchronizationWin32KeyedMutexTests.cpp1863 const char* nameSuffix; in createTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1094 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 DvktSynchronizationCrossInstanceSharingTests.cpp1340 const char* nameSuffix; in createTests() member
H A DvktSynchronizationWin32KeyedMutexTests.cpp1862 const char* nameSuffix; in createTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp2070 const std::string nameSuffix = (compaction ? "" : "_without_compaction"); in createMeshShaderSmokeTestsEXT() local
H A DvktMeshShaderSyncTestsEXT.cpp691 const std::string nameSuffix = (prevTask ? "WithTask" : ""); in initPrograms() local

Completed in 65 milliseconds

12