Searched defs:point_size (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_point_smooth.c | 58 nir_ssa_def *point_size = nir_frcp(b, nir_fddx(b, nir_channel(b, coord, 0))); in lower_point_smooth() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | points.c | 52 point_size(struct gl_context *ctx, GLfloat size, bool no_error) in point_size() function
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexshader9.h | 55 boolean point_size; /* if true, set rasterizer.point_size_per_vertex to 1 */ member
|
H A D | nine_shader.h | 61 boolean point_size; /* out, true if VP writes point size */ member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_vbuf.c | 78 float point_size; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_point_sprite.c | 44 nir_ssa_def *point_size; member 113 nir_ssa_def *point_size = state->point_size; in get_scaled_point_size() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_context.h | 116 float point_size; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 99 struct V3D21_POINT_SIZE point_size = { V3D21_POINT_SIZE_header }; in vc4_create_rasterizer_state() local
|
H A D | vc4_context.h | 405 uint8_t point_size[V3D21_POINT_SIZE_length]; member
|
H A D | vc4_program.c | 1410 struct qreg point_size; in emit_point_size_write() local
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 165 unsigned long point_size; /* Point size of the font. */ member
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.h | 289 FT_Long point_size; /* for the `MPS' bytecode instruction */ member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 923 int point_size = CLAMP((int)rasterizer->point_size, 1, 0xff); in i915_create_rasterizer_state() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 1150 uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */ in r300_create_rs_state() local
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 216 float point_size; /**< used when no per-vertex size */ member
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 625 float point_size; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 9316 NK_STORAGE const nk_size point_size = sizeof(struct nk_vec2); in nk_draw_list_alloc_path() local
|
Completed in 60 milliseconds