Searched defs:num_coords (Results 1 - 14 of 14) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c174 unsigned num_coords,
190 num_coords, coords,
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1212 unsigned num_coords,
1238 unsigned num_coords,
1329 num_coords,
1210 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, unsigned num_coords, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
H A Dlp_bld_tgsi_soa.c1151 unsigned num_coords; local
1168 num_coords = 1;
1172 num_coords = 2;
1177 num_coords = 2;
1182 num_coords = 3;
1189 num_coords = 3;
1193 num_coords = 3;
1197 num_coords = 4;
1223 for (i = 0; i < num_coords; i++) {
1228 for (i = num_coords;
1303 unsigned num_coords, has_lod; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c179 unsigned num_coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c134 VGint num_coords)
139 for (i = 0; i < num_coords; ++i) {
146 for (i = 0; i < num_coords; ++i) {
153 for (i = 0; i < num_coords; ++i) {
159 memcpy(common_data, data, sizeof(VGfloat) * num_coords);
168 void *pdata, VGint num_coords,
178 for (i = 0; i < num_coords; ++i) {
306 VGint num_coords)
314 for (i = 0; i < num_coords; ++i) {
821 VGint num_coords local
131 vg_float_to_datatype(VGPathDatatype datatype, VGubyte *common_data, const VGfloat *data, VGint num_coords) argument
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
303 convert_path(struct path *p, VGPathDatatype to, void *dst, VGint num_coords) argument
922 VGint num_coords = path_num_coords(src); local
954 normalize_coords(struct path_iter_data *pd, VGint *num_coords, VGfloat *data) argument
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
[all...]
H A Dstroker.c79 VGint num_coords; member in struct:stroke_iterator
204 itr->num_coords = coords->num_elements;
230 itr->coord_position = itr->num_coords -
753 VGint num_coords)
760 data -= num_coords;
795 array_append_data(stroker->control_points, coords, num_coords);
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
H A Dvgu.c45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c174 unsigned num_coords,
190 num_coords, coords,
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1212 unsigned num_coords,
1238 unsigned num_coords,
1329 num_coords,
1210 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, unsigned num_coords, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
H A Dlp_bld_tgsi_soa.c1151 unsigned num_coords; local
1168 num_coords = 1;
1172 num_coords = 2;
1177 num_coords = 2;
1182 num_coords = 3;
1189 num_coords = 3;
1193 num_coords = 3;
1197 num_coords = 4;
1223 for (i = 0; i < num_coords; i++) {
1228 for (i = num_coords;
1303 unsigned num_coords, has_lod; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c179 unsigned num_coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c134 VGint num_coords)
139 for (i = 0; i < num_coords; ++i) {
146 for (i = 0; i < num_coords; ++i) {
153 for (i = 0; i < num_coords; ++i) {
159 memcpy(common_data, data, sizeof(VGfloat) * num_coords);
168 void *pdata, VGint num_coords,
178 for (i = 0; i < num_coords; ++i) {
306 VGint num_coords)
314 for (i = 0; i < num_coords; ++i) {
821 VGint num_coords local
131 vg_float_to_datatype(VGPathDatatype datatype, VGubyte *common_data, const VGfloat *data, VGint num_coords) argument
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
303 convert_path(struct path *p, VGPathDatatype to, void *dst, VGint num_coords) argument
922 VGint num_coords = path_num_coords(src); local
954 normalize_coords(struct path_iter_data *pd, VGint *num_coords, VGfloat *data) argument
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
[all...]
H A Dstroker.c79 VGint num_coords; member in struct:stroke_iterator
204 itr->num_coords = coords->num_elements;
230 itr->coord_position = itr->num_coords -
753 VGint num_coords)
760 data -= num_coords;
795 array_append_data(stroker->control_points, coords, num_coords);
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
H A Dvgu.c45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument

Completed in 436 milliseconds