Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp138 char *access_string; in execute_kernel() local
154 access_string = (char*)malloc(sizeof(char)*MAX_NUMBER_TO_ALLOCATE*(strlen(read_pattern)+10)); in execute_kernel()
157 access_string[0] = '\0'; in execute_kernel()
179 …sprintf(access_string + strlen( access_string), "\t\tif (i<array_sizes[%d]) r += buffer%d[i];\n", … in execute_kernel()
188 …string, buffer_kernel_pattern, argument_string, type, type, type, type, type, type, access_string); in execute_kernel()
193 sprintf(access_string + strlen(access_string), read_pattern, i, "%", i, i); in execute_kernel()
195 … sprintf(kernel_string, image_kernel_pattern, argument_string, sampler_pattern, access_string); in execute_kernel()
200 sprintf(access_string + strlen( access_string), write_pattern, i, "%", i, i); in execute_kernel()
202 … sprintf(kernel_string, image_kernel_pattern, argument_string, offset_pattern, access_string); in execute_kernel()
210 free(access_string); in execute_kernel()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2032 std::string access_string = "GL_MAP_WRITE_BIT"; in CompareWithReference() local
2036 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_INVALIDATE_RANGE_BIT)"; in CompareWithReference()
2041 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_INVALIDATE_BUFFER_BIT)"; in CompareWithReference()
2046 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_FLUSH_EXPLICIT_BIT)"; in CompareWithReference()
2051 access_string = "(GL_MAP_WRITE_BIT | GL_MAP_UNSYNCHRONIZED_BIT)"; in CompareWithReference()
2056 << tcu::TestLog::Message << "Test of glMapNamedBufferRange with access flag " << access_string in CompareWithReference()