Home
last modified time | relevance | path

Searched +defs:prog +defs:mode (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/program/
Dprog_print.c348 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string()
349 GLboolean relAddr, const struct gl_program *prog, in reg_string()
567 gl_prog_print_mode mode, in fprint_dst_reg()
568 const struct gl_program *prog) in fprint_dst_reg()
595 gl_prog_print_mode mode, in fprint_src_reg()
596 const struct gl_program *prog) in fprint_src_reg()
632 gl_prog_print_mode mode, in _mesa_fprint_alu_instruction()
633 const struct gl_program *prog) in _mesa_fprint_alu_instruction()
682 gl_prog_print_mode mode, in _mesa_fprint_instruction_opt()
683 const struct gl_program *prog) in _mesa_fprint_instruction_opt()
[all …]
Dprogram_parser.h133 struct gl_program *prog; member
200 } mode; member
/external/e2fsprogs/lib/
Dfpopen.c35 FILE *fpopen(const char *cmd, const char *mode) in fpopen()
39 char *buf, *prog = 0; in fpopen() local
/external/mesa3d/src/glsl/
Dlinker.cpp176 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error()
190 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning()
203 link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode, in link_invalidate_variable_locations()
264 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable()
338 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable()
388 cross_validate_globals(struct gl_shader_program *prog, in cross_validate_globals()
578 cross_validate_uniforms(struct gl_shader_program *prog) in cross_validate_uniforms()
589 interstage_cross_validate_uniform_blocks(struct gl_shader_program *prog) in interstage_cross_validate_uniform_blocks()
631 cross_validate_outputs_to_inputs(struct gl_shader_program *prog, in cross_validate_outputs_to_inputs()
966 struct gl_shader_program *prog, in link_intrastage_shaders()
[all …]
/external/selinux/policycoreutils/semodule_package/
Dsemodule_package.c25 static void usage(const char *prog) in usage()
41 const char *mode) in file_to_policy_file()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_shader_state.c112 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_validate()
128 struct nv50_program *prog, int stage) in nv50_program_update_context_state()
218 uint32_t pntc[8], mode; in nv50_sprite_coords_validate() local
/external/zlib/src/test/
Dminigzip.c182 gzFile gzopen(path, mode) in gzopen() argument
189 gzFile gzdopen(fd, mode) in gzdopen() argument
196 gzFile gz_open(path, fd, mode) in gz_open() argument
336 char *prog; variable
457 void file_compress(file, mode) in file_compress() argument
/external/vboot_reference/futility/
Dcmd_vbutil_firmware.c49 static void print_help(const char *prog) in print_help()
313 int mode = 0; in do_vbutil_firmware() local
Dcmd_gbb_utility.c21 static void print_help(const char *prog) in print_help()
352 enum do_what_now { DO_GET, DO_SET, DO_CREATE } mode = DO_GET; in do_gbb_utility() local
/external/zlib/src/contrib/untgz/
Duntgz.c29 # define mkdir(dirname,mode) _mkdir(dirname) argument
31 # define access(path,mode) _access(path,mode) argument
32 # define chmod(path,mode) _chmod(path,mode) argument
71 char mode[8]; /* 100 */ member
99 int mode; member
125 char *prog; variable
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp33 BuildUtil::BuildUtil(Program *prog) in BuildUtil()
39 BuildUtil::init(Program *prog) in init()
152 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp()
Dnv50_ir_from_sm4.cpp160 Program *prog; member in __anonb052c8f20111::Converter
213 setVaryingInterpMode(struct nv50_ir_varying *var, uint8_t mode) in setVaryingInterpMode()
Dnv50_ir_from_tgsi.cpp616 Source::Source(struct nv50_ir_prog_info *prog) : info(prog) in Source()
1182 uint8_t mode = NV50_IR_INTERP_PERSPECTIVE; in translateInterpMode() local
1208 const uint8_t mode = translateInterpMode(&info->in[ptr ? 0 : in interpolate() local
Dnv50_ir.h715 inline void setInterpolate(unsigned int mode) { ipa = mode; } in setInterpolate()
1000 Program *prog; variable
1099 Program *prog; variable
/external/iproute2/tc/
Dtc_bpf.c476 enum bpf_prog_type *type, enum bpf_mode *mode, in bpf_parse()
592 enum bpf_mode mode; in bpf_parse_common() local
634 enum bpf_mode mode; in bpf_graft_map() local
1034 const struct bpf_elf_prog *prog, bool verbose) in bpf_prog_attach()
1275 struct bpf_elf_prog prog; in bpf_fetch_prog() local
1354 struct bpf_elf_prog prog; in bpf_fetch_prog_relo() local
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp21 static void usage(const char *prog) { in usage()
536 …Int64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) in NumFmtInt64Test()
/external/mesa3d/src/mesa/main/
Ddlist.c1166 save_BlendEquation(GLenum mode) in save_BlendEquation()
1286 save_BlendEquationi(GLuint buf, GLenum mode) in save_BlendEquationi()
1322 save_DrawArraysInstancedARB(GLenum mode, in save_DrawArraysInstancedARB()
1333 save_DrawElementsInstancedARB(GLenum mode, in save_DrawElementsInstancedARB()
1345 save_DrawElementsInstancedBaseVertexARB(GLenum mode, in save_DrawElementsInstancedBaseVertexARB()
1359 save_DrawArraysInstancedBaseInstance(GLenum mode, in save_DrawArraysInstancedBaseInstance()
1371 save_DrawElementsInstancedBaseInstance(GLenum mode, in save_DrawElementsInstancedBaseInstance()
1384 save_DrawElementsInstancedBaseVertexBaseInstance(GLenum mode, in save_DrawElementsInstancedBaseVertexBaseInstance()
1750 save_ColorMaterial(GLenum face, GLenum mode) in save_ColorMaterial()
2225 save_CullFace(GLenum mode) in save_CullFace()
[all …]
Dffvertex_prog.c97 static GLuint translate_texgen( GLboolean enabled, GLenum mode ) in translate_texgen()
116 static GLuint translate_fog_distance_mode( GLenum mode ) in translate_fog_distance_mode()
1665 struct gl_vertex_program *prog; in _mesa_get_fixed_func_vertex_program() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp216 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates()
235 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, deInt32 srcSize, c… in computeNonProjectedTriLod()
247 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
273 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec2& … in computeNonProjectedTriLod()
287 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
314 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& … in computeNonProjectedTriLod()
346 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection,… in computeProjectedTriLod()
356 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tc… in computeProjectedTriLod()
368 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tc… in computeProjectedTriLod()
1422 deUint32 prog = program->getProgram(); in renderQuad() local
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h529 unsigned mode; /**< the mode of the primitive */ member
604 const void *prog; /**< Compute program to be executed. */ member
/external/blktrace/
Dblktrace.c494 static void show_usage(char *prog) in show_usage()
665 static FILE *my_fopen(const char *path, const char *mode) in my_fopen()
1514 static int set_vbuf(struct io_info *iop, int mode, size_t size) in set_vbuf()
Dblkparse.c2697 static void usage(char *prog) in usage()
2704 int i, c, ret, mode; in main() local
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h395 int mode; member
818 OPJ_PROG_ORDER prog; member
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12