Searched refs:ptype (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dhsw_queryobj.c273 GLenum pname, GLenum ptype)
370 uint32_t offset, GLenum ptype, uint64_t imm)
372 switch (ptype) {
411 uint32_t offset, GLenum ptype, uint32_t reg,
416 uint32_t dwords = (ptype == GL_INT || ptype == GL_UNSIGNED_INT) ? 1 : 2;
437 GLenum pname, GLenum ptype)
445 store_query_result_imm(brw, bo->buffer, offset, ptype,
449 store_query_result_imm(brw, bo->buffer, offset, ptype, 1ull);
457 hsw_result_to_gpr0(ctx, query, buf, offset, pname, ptype);
271 hsw_result_to_gpr0(struct gl_context * ctx,struct brw_query_object * query,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
369 store_query_result_imm(struct brw_context * brw,struct brw_bo * bo,uint32_t offset,GLenum ptype,uint64_t imm) argument
410 store_query_result_reg(struct brw_context * brw,struct brw_bo * bo,uint32_t offset,GLenum ptype,uint32_t reg,const bool pipelined) argument
435 hsw_store_query_result(struct gl_context * ctx,struct gl_query_object * q,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dhsw_queryobj.c271 GLenum pname, GLenum ptype)
368 uint32_t offset, GLenum ptype, uint64_t imm)
370 switch (ptype) {
409 uint32_t offset, GLenum ptype, uint32_t reg,
414 uint32_t dwords = (ptype == GL_INT || ptype == GL_UNSIGNED_INT) ? 1 : 2;
435 GLenum pname, GLenum ptype)
443 store_query_result_imm(brw, bo->buffer, offset, ptype,
447 store_query_result_imm(brw, bo->buffer, offset, ptype, 1ull);
455 hsw_result_to_gpr0(ctx, query, buf, offset, pname, ptype);
269 hsw_result_to_gpr0(struct gl_context * ctx,struct brw_query_object * query,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
367 store_query_result_imm(struct brw_context * brw,struct brw_bo * bo,uint32_t offset,GLenum ptype,uint64_t imm) argument
408 store_query_result_reg(struct brw_context * brw,struct brw_bo * bo,uint32_t offset,GLenum ptype,uint32_t reg,const bool pipelined) argument
433 hsw_store_query_result(struct gl_context * ctx,struct gl_query_object * q,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dquery9.c80 const unsigned ptype = d3dquerytype_to_pipe_query(screen, type); local in function:nine_is_query_supported
82 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
84 if (ptype == PIPE_QUERY_TYPES) {
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type); local in function:NineQuery9_ctor
110 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
112 if (ptype < PIPE_QUERY_TYPES) {
113 This->pq = nine_context_create_query(device, ptype);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dquery9.c80 const unsigned ptype = d3dquerytype_to_pipe_query(screen, type); local in function:nine_is_query_supported
82 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
84 if (ptype == PIPE_QUERY_TYPES) {
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type); local in function:NineQuery9_ctor
110 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
112 if (ptype < PIPE_QUERY_TYPES) {
113 This->pq = nine_context_create_query(device, ptype);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_debug.c74 enum pipe_debug_type ptype,
83 switch (ptype) {
72 st_debug_message(void * data,unsigned * id,enum pipe_debug_type ptype,const char * fmt,va_list args) argument
H A Dst_cb_queryobj.c392 GLenum pname, GLenum ptype)
411 (ptype == GL_INT64_ARB ||
412 ptype == GL_UNSIGNED_INT64_ARB) ? 8 : 4,
417 switch (ptype) {
390 st_StoreQueryResult(struct gl_context * ctx,struct gl_query_object * q,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dgen_gl_wrappers.py139 # construct the formal parameter definition from ptype and name
146 if t.tag == 'ptype' or t.tag == 'param':
219 for ptype, pname in plist:
220 self.outFile.write("%s%s"%(Comma, ptype))
240 for ptype, pname in plist:
266 for ptype, pname in plist:
299 for ptype, pname in plist:
300 self.outFile.write("%s%s"%(Comma, ptype))
315 for ptype, pname in plist:
329 for ptype, pnam
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_debug.c116 enum pipe_debug_type ptype,
125 switch (ptype) {
114 st_debug_message(void * data,unsigned * id,enum pipe_debug_type ptype,const char * fmt,va_list args) argument
H A Dst_cb_queryobj.c385 GLenum pname, GLenum ptype)
404 (ptype == GL_INT64_ARB ||
405 ptype == GL_UNSIGNED_INT64_ARB) ? 8 : 4,
410 switch (ptype) {
383 st_StoreQueryResult(struct gl_context * ctx,struct gl_query_object * q,struct gl_buffer_object * buf,intptr_t offset,GLenum pname,GLenum ptype) argument
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxacestr.h44 RESTYPE ptype; member in struct:__anon946e3cc10208
H A Dxace.c122 u.res.ptype = va_arg(ap, RESTYPE);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxacestr.h44 RESTYPE ptype; member in struct:__anon5bba87540208
H A Dxace.c102 u.res.ptype = va_arg(ap, RESTYPE);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c99 uint32_t ptype = PICT_FORMAT_TYPE(format); local in function:vmwgfx_xa_format
101 if (ptype >= vmwgfx_stype_map_size ||
102 vmwgfx_stype_map[ptype] == 0 ||
103 vmwgfx_stype_map[ptype] == xa_type_other)
107 vmwgfx_stype_map[ptype],
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c48 #define VARYING_FORMAT(ntype, nsz, ptype, psz) \
52 PIPE_FORMAT_R ## psz ## _ ## ptype, \
53 PIPE_FORMAT_R ## psz ## G ## psz ## _ ## ptype, \
54 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ## _ ## ptype, \
55 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ## A ## psz ## _ ## ptype, \
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c191 #define PREFETCH_FUNC(prefix, itype, ptype, begin, fence) \
202 PREFETCH1(ptype##_PREFETCH, from); \
235 itype##_CPY(ptype##_PREFETCH, from, to, dummy, lcnt); \
238 PREFETCH2(ptype##_PREFETCH, from); \
240 PREFETCH3(ptype##_PREFETCH, from); \
250 itype##_CPY(ptype##_PREFETCH, from, to, dummy, lcnt); \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c71 static int pipe_to_virgl_query(enum pipe_query_type ptype) argument
73 return pquery_map[ptype];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c72 static int pipe_to_virgl_query(enum pipe_query_type ptype) argument
74 return pquery_map[ptype];
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c292 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \
302 PREFETCH1(ptype##_PREFETCH,from); \
306 itype##_CPY(ptype##_PREFETCH,from,to,dummy,lcnt); \
309 PREFETCH2(ptype##_PREFETCH,from); \
311 PREFETCH3(ptype##_PREFETCH,from); \
/xsrc/external/mit/MesaLib.old/dist/scripts/
H A Dget_reviewer.pl1001 my $ptype = $1;
1003 if ($ptype eq "S") {
1051 my $ptype = $1;
1053 if ($ptype eq "L") {
1087 } elsif ($ptype eq "M") {
1104 } elsif ($ptype eq "R") {
1121 } elsif ($ptype eq "T") {
1123 } elsif ($ptype eq "W") {
1125 } elsif ($ptype eq "S") {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c333 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \
344 PREFETCH1(ptype##_PREFETCH,from); \
349 itype##_CPY(ptype##_PREFETCH,from,to,dummy,lcnt); \
354 PREFETCH2(ptype##_PREFETCH,from); \
358 PREFETCH3(ptype##_PREFETCH,from); \
363 PDEBUG(ErrorF("Jong-PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)-end...\n")); \
384 PDEBUG(ErrorF("Jong-NOPREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)...\n")); \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dqueryobj.c777 GLuint id, GLenum pname, GLenum ptype,
814 bool is_64bit = ptype == GL_INT64_ARB ||
815 ptype == GL_UNSIGNED_INT64_ARB;
835 ctx->Driver.StoreQueryResult(ctx, q, buf, offset, pname, ptype);
871 switch (ptype) {
895 unreachable("unexpected ptype");
776 get_query_object(struct gl_context * ctx,const char * func,GLuint id,GLenum pname,GLenum ptype,struct gl_buffer_object * buf,intptr_t offset) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dqueryobj.c790 GLuint id, GLenum pname, GLenum ptype,
827 bool is_64bit = ptype == GL_INT64_ARB ||
828 ptype == GL_UNSIGNED_INT64_ARB;
848 ctx->Driver.StoreQueryResult(ctx, q, buf, offset, pname, ptype);
884 switch (ptype) {
908 unreachable("unexpected ptype");
789 get_query_object(struct gl_context * ctx,const char * func,GLuint id,GLenum pname,GLenum ptype,struct gl_buffer_object * buf,intptr_t offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_base.h59 ShaderFromNirProcessor(pipe_shader_type ptype, r600_pipe_shader_selector& sel,
H A Dsfn_shader_base.cpp59 ShaderFromNirProcessor::ShaderFromNirProcessor(pipe_shader_type ptype, argument
64 m_processor_type(ptype),
81 m_sh_info.processor_type = ptype;

Completed in 23 milliseconds

12