OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_sampler
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
sampler.cpp
28
PUBLIC
cl_sampler
44
clRetainSampler(
cl_sampler
s) {
53
clReleaseSampler(
cl_sampler
s) {
64
clGetSamplerInfo(
cl_sampler
s, cl_sampler_info param,
/external/mesa3d/src/gallium/state_trackers/clover/api/
sampler.cpp
28
PUBLIC
cl_sampler
44
clRetainSampler(
cl_sampler
s) {
53
clReleaseSampler(
cl_sampler
s) {
64
clGetSamplerInfo(
cl_sampler
s, cl_sampler_info param,
/external/chromium_org/third_party/mesa/src/include/CL/
cl.h
49
typedef struct _cl_sampler *
cl_sampler
;
typedef in typeref:struct:_cl_sampler
613
extern CL_API_ENTRY
cl_sampler
CL_API_CALL
621
clRetainSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
624
clReleaseSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
627
clGetSamplerInfo(
cl_sampler
/* sampler */,
[
all
...]
cl.hpp
[
all
...]
/external/mesa3d/include/CL/
cl.h
49
typedef struct _cl_sampler *
cl_sampler
;
typedef in typeref:struct:_cl_sampler
613
extern CL_API_ENTRY
cl_sampler
CL_API_CALL
621
clRetainSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
624
clReleaseSampler(
cl_sampler
/* sampler */) CL_API_SUFFIX__VERSION_1_0;
627
clGetSamplerInfo(
cl_sampler
/* sampler */,
[
all
...]
cl.hpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp
375
if (size != sizeof(
cl_sampler
))
378
obj = *(
cl_sampler
*)value;
/external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp
375
if (size != sizeof(
cl_sampler
))
378
obj = *(
cl_sampler
*)value;
Completed in 150 milliseconds