OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampled
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_bind_wayland_display.spec
120
be
sampled
from each EGLImage and how they map to rgba components
153
Treated as a single plane texture, but
sampled
with
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_bind_wayland_display.spec
120
be
sampled
from each EGLImage and how they map to rgba components
153
Treated as a single plane texture, but
sampled
with
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c
1449
"
Sampled
type of OpTypeImage must be a 32-bit scalar");
1470
unsigned
sampled
= w[7];
local
1491
if (
sampled
== 1) {
1492
val->type->
sampled
= true;
1495
} else if (
sampled
== 2) {
1496
val->type->
sampled
= false;
1499
vtn_fail("We need to know if the image will be
sampled
");
2106
struct vtn_sampled_image
sampled
;
local
2109
sampled
= *sampled_val->sampled_image;
2112
sampled
.type = sampled_val->pointer->type
[
all
...]
vtn_private.h
370
/* For images, indicates whether it's
sampled
or storage */
371
bool
sampled
;
member in struct:vtn_type::__anon3449::__anon3453
380
/* Members for
sampled
image types */
382
/* For
sampled
images, the image type */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
spirv_builder.h
378
unsigned
sampled
, SpvImageFormat image_format);
spirv_builder.c
1220
unsigned
sampled
, SpvImageFormat image_format)
1222
assert(
sampled
< 3);
1224
sampled_type, dim, depth ? 1 : 0, arrayed ? 1 : 0, ms ? 1 : 0,
sampled
,
1227
if (
sampled
== 2 && ms)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
1666
"
Sampled
type of OpTypeImage must be void for kernels");
1669
"
Sampled
type of OpTypeImage must be a scalar");
1673
"
Sampled
type of OpTypeImage must be a 32 or 64-bit "
1677
"
Sampled
type of OpTypeImage must be a 32-bit scalar");
1700
unsigned
sampled
= w[7];
local
1724
if (
sampled
== 1) {
1727
} else if (
sampled
== 2) {
1734
vtn_fail("We need to know if the image will be
sampled
");
1743
/*
Sampled
images are represented NIR as a vec2 SSA value where each
2813
* of
Sampled
Image. It may be a vector larger than needed, but al
[
all
...]
Completed in 10 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026