Home
last modified time | relevance | path

Searched defs:point_size (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_point_smooth.c58 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 Dpoints.c52 point_size(struct gl_context *ctx, GLfloat size, bool no_error) in point_size() function
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.h55 boolean point_size; /* if true, set rasterizer.point_size_per_vertex to 1 */ member
H A Dnine_shader.h61 boolean point_size; /* out, true if VP writes point size */ member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c78 float point_size; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c44 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 Dlp_setup_context.h116 float point_size; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c99 struct V3D21_POINT_SIZE point_size = { V3D21_POINT_SIZE_header }; in vc4_create_rasterizer_state() local
H A Dvc4_context.h405 uint8_t point_size[V3D21_POINT_SIZE_length]; member
H A Dvc4_program.c1410 struct qreg point_size; in emit_point_size_write() local
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h165 unsigned long point_size; /* Point size of the font. */ member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.h289 FT_Long point_size; /* for the `MPS' bytecode instruction */ member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c923 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 Dr300_state.c1150 uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */ in r300_create_rs_state() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h216 float point_size; /**< used when no per-vertex size */ member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h625 float point_size; member
/third_party/glfw/deps/
H A Dnuklear.h9316 NK_STORAGE const nk_size point_size = sizeof(struct nk_vec2); in nk_draw_list_alloc_path() local

Completed in 60 milliseconds