Home
last modified time | relevance | path

Searched refs:access_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/
H A Dallocation_execute.cpp148 char *access_string; in execute_kernel() local
164 access_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*(strlen(read_pattern)+10)); in execute_kernel()
167 access_string[0] = '\0'; in execute_kernel()
189 …sprintf(access_string + strlen( access_string), "\t\tif (i<array_sizes[%d]) r += buffer%d[i];\n", … in execute_kernel()
198 …string, buffer_kernel_pattern, argument_string, type, type, type, type, type, type, access_string); in execute_kernel()
203 sprintf(access_string + strlen(access_string), read_pattern, i, "%", i, i); in execute_kernel()
205 … sprintf(kernel_string, image_kernel_pattern, argument_string, sampler_pattern, access_string); in execute_kernel()
210 sprintf(access_string + strlen( access_string), write_pattern, i, "%", i, i); in execute_kernel()
212 … sprintf(kernel_string, image_kernel_pattern, argument_string, offset_pattern, access_string); in execute_kernel()
220 free(access_string); in execute_kernel()
/aosp_15_r20/external/cronet/base/files/
H A Dos_validation_win_unittest.cc173 std::string access_string; in SetUp() local
174 ASSERT_NO_FATAL_FAILURE(AppendAccessString(access_, &access_string)); in SetUp()
179 __FILE__, __LINE__, access_string + ", " + share_mode_string); in SetUp()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp2045 std::string access_string = "GL_MAP_WRITE_BIT"; in CompareWithReference() local
2049 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_INVALIDATE_RANGE_BIT)"; in CompareWithReference()
2054 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_INVALIDATE_BUFFER_BIT)"; in CompareWithReference()
2059 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_FLUSH_EXPLICIT_BIT)"; in CompareWithReference()
2064 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_UNSYNCHRONIZED_BIT)"; in CompareWithReference()
2069 … << tcu::TestLog::Message << "Test of glMapNamedBufferRange with access flag " << access_string in CompareWithReference()