Searched defs:tex_height (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 264 const int tex_height = texture->height - 1; in fetch_bgra_clamp() local 297 const int tex_height = texture->height - 1; in fetch_bgrx_clamp() local 489 const int tex_height = texture->height - 1; in fetch_bgra_clamp_linear() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 597 void TestClampModeForInternalFormat::fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height, in fillTextureWithColor() argument
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 127 int32_t tex_width, tex_height; member 814 const int32_t tex_height = 2; in demo_prepare_texture_image() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 867 unsigned tex_height = sv[0]->texture->height0; in draw_textured_quad() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 3599 LLVMValueRef tex_height = in lp_build_sample_soa_code() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 4013 int tex_height; member 12954 nk_font_bake_custom_data(void *img_memory, int img_width, int img_height, struct nk_recti img_dst, const char *texture_data_mask, int tex_width, int tex_height, char white, char black) nk_font_bake_custom_data() argument
|
Completed in 61 milliseconds