Home
last modified time | relevance | path

Searched refs:tex_width (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c143 gl_mem->tex_width = GL_MEM_WIDTH (gl_mem); in _calculate_unpack_length()
197 gl_mem->tex_width = GL_MEM_STRIDE (gl_mem) / n_gl_bytes; in _calculate_unpack_length()
266 internal_format, tex_format, tex_type, gl_mem->tex_width, in _gl_tex_create()
270 gl_mem->tex_id, tex_format, tex_type, gl_mem->tex_width, in _gl_tex_create()
366 mem->tex_format, mem->tex_width, GL_MEM_HEIGHT (mem), GL_MEM_STRIDE (mem), in gst_gl_memory_init()
431 gl->ReadPixels (0, 0, gl_mem->tex_width, GL_MEM_HEIGHT (gl_mem), format, in gst_gl_memory_read_pixels()
565 gl_mem->tex_id, gl_mem->tex_width, GL_MEM_HEIGHT (gl_mem)); in gst_gl_memory_texsubimage()
576 gl->TexSubImage2D (gl_target, 0, 0, 0, gl_mem->tex_width, in gst_gl_memory_texsubimage()
866 src->tex_format, src->tex_width, GL_MEM_HEIGHT (src))) { in _default_gl_tex_copy()
1036 return gl_mem->tex_width; in gst_gl_memory_get_texture_width()
Dgstglmemorypbo.c153 gl_mem->mem.tex_id, pbo_id, gl_mem->mem.tex_width, in _upload_pbo_memory()
521 src->mem.tex_width, GL_MEM_HEIGHT (src)); in _gl_mem_copy_thread()
609 src->mem.tex_format, src->mem.tex_width, GL_MEM_HEIGHT (src))) { in _gl_mem_copy()
Dgstglmemory.h98 guint tex_width; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c265 const int tex_width = texture->width - 1; in fetch_bgra_clamp() local
275 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width); in fetch_bgra_clamp()
298 const int tex_width = texture->width - 1; in fetch_bgrx_clamp() local
308 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width); in fetch_bgrx_clamp()
490 const int tex_width = texture->width - 1; in fetch_bgra_clamp_linear() local
507 w4 = _mm_set1_epi32(tex_width); in fetch_bgra_clamp_linear()
556 int cs0 = CLAMP(s0 , 0, tex_width); in fetch_bgra_clamp_linear()
557 int cs1 = CLAMP(s0 + 1, 0, tex_width); in fetch_bgra_clamp_linear()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp510 void fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height,
597 void TestClampModeForInternalFormat::fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width,… in fillTextureWithColor() argument
611 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor()
616 for (; i < tex_width; i++) in fillTextureWithColor()
624 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor()
629 for (; i < tex_width; i++) in fillTextureWithColor()
/third_party/glfw/tests/
Dvulkan.c245 int32_t tex_width, tex_height; member
922 const int32_t tex_width = 2; in demo_prepare_texture_image() local
927 tex_obj->tex_width = tex_width; in demo_prepare_texture_image()
935 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image()
991 for (x = 0; x < tex_width; x++) in demo_prepare_texture_image()
1064 .extent = {staging_texture.tex_width, in demo_prepare_textures()
/third_party/skia/third_party/externals/imgui/docs/
DFONTS.md271 int tex_width, tex_height;
272 io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_width, &tex_height);
282 ImU32* p = (ImU32*)tex_pixels + (rect->Y + y) * tex_width + (rect->X);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c866 unsigned tex_width = sv[0]->texture->width0; in draw_textured_quad() local
927 ((float) width / tex_width) : (float) width; in draw_textured_quad()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3561 LLVMValueRef tex_width = dynamic_state->width(dynamic_state, gallivm, in lp_build_sample_soa_code() local
3592 bld.int_size = tex_width; in lp_build_sample_soa_code()
3596 tex_width, in lp_build_sample_soa_code()