OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:svga_sampler_view
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.h
58
struct
svga_sampler_view
struct
75
extern struct
svga_sampler_view
*
81
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v);
84
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v);
87
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv);
90
svga_sampler_view_reference(struct
svga_sampler_view
**ptr, struct
svga_sampler_view
*v)
92
struct
svga_sampler_view
*old = *ptr;
svga_sampler_view.c
41
#include "
svga_sampler_view
.h"
47
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv)
51
util_sprintf(buf, "
svga_sampler_view
<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
54
struct
svga_sampler_view
*
62
struct
svga_sampler_view
*sv = NULL;
106
sv = CALLOC_STRUCT(
svga_sampler_view
);
170
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v)
205
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v)
Makefile.sources
42
svga_sampler_view
.c \
svga_resource_texture.h
55
struct
svga_sampler_view
*cached_view;
svga_context.h
266
struct
svga_sampler_view
*v;
svga_state_tss.c
31
#include "
svga_sampler_view
.h"
svga_resource_texture.c
41
#include "
svga_sampler_view
.h"
/external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.h
58
struct
svga_sampler_view
struct
75
extern struct
svga_sampler_view
*
81
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v);
84
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v);
87
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv);
90
svga_sampler_view_reference(struct
svga_sampler_view
**ptr, struct
svga_sampler_view
*v)
92
struct
svga_sampler_view
*old = *ptr;
svga_sampler_view.c
41
#include "
svga_sampler_view
.h"
47
svga_debug_describe_sampler_view(char *buf, const struct
svga_sampler_view
*sv)
51
util_sprintf(buf, "
svga_sampler_view
<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
54
struct
svga_sampler_view
*
62
struct
svga_sampler_view
*sv = NULL;
106
sv = CALLOC_STRUCT(
svga_sampler_view
);
170
svga_validate_sampler_view(struct svga_context *svga, struct
svga_sampler_view
*v)
205
svga_destroy_sampler_view_priv(struct
svga_sampler_view
*v)
Makefile.sources
42
svga_sampler_view
.c \
svga_resource_texture.h
55
struct
svga_sampler_view
*cached_view;
svga_context.h
266
struct
svga_sampler_view
*v;
svga_state_tss.c
31
#include "
svga_sampler_view
.h"
svga_resource_texture.c
41
#include "
svga_sampler_view
.h"
Completed in 771 milliseconds