Home
last modified time | relevance | path

Searched refs:read_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp45 const glsl_type *read_type(s_expression *);
135 ir_reader::read_type(s_expression *expr) in read_type() function in ir_reader
142 const glsl_type *base_type = read_type(s_base_type); in read_type()
239 const glsl_type *return_type = read_type(type_expr); in read_function_sig()
402 const glsl_type *type = read_type(s_type); in read_declaration()
726 const glsl_type *type = read_type(s_type); in read_expression()
800 const glsl_type *type = read_type(type_expr); in read_constant()
1018 const glsl_type *type = read_type(s_type); in read_texture()
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dmetadata237 GstMetadataReadType read_type);
242 GstMetadataReadType read_type);
246 GstMetadataReadType read_type);
254 GstMetadataReadType read_type);
260 GstMetadataReadType read_type);
/third_party/pulseaudio/src/modules/
Dmodule-pipe-source.c124 int read_type = 0; in thread_func() local
151 …+ u->memchunk.index, pa_memblock_get_length(u->memchunk.memblock) - u->memchunk.index, &read_type); in thread_func()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c895 int write_type = 0, read_type = 0; in thread_func() local
1078 t = pa_read(u->fd, p, k, &read_type); in thread_func()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6337 GLenum read_type, GLenum result_internalformat);
7376 PixelData reference_br_pixel_data, GLenum read_type, in compareExpectedResultsByReadingPixels() argument
7395 if (((read_type == GL_UNSIGNED_INT_2_10_10_10_REV) && (result_internalformat == GL_RGB10_A2UI)) || in compareExpectedResultsByReadingPixels()
7396 (read_type == GL_UNSIGNED_INT) || (read_type == GL_INT)) in compareExpectedResultsByReadingPixels()
7406 if (read_type == GL_HALF_FLOAT) in compareExpectedResultsByReadingPixels()
7408 read_type = GL_FLOAT; in compareExpectedResultsByReadingPixels()
7412 n_bytes_per_result_pixel = getSizeOfPixel(read_format, read_type); in compareExpectedResultsByReadingPixels()
7419 gl.readPixels(0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, read_format, read_type, &data[0]); in compareExpectedResultsByReadingPixels()
7437 if (!getPixelDataFromRawData(data_traveller_ptr, read_format, read_type, result_pixel_ptr)) in compareExpectedResultsByReadingPixels()