Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:grad_y
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_hlsl.cpp
2847
uint32_t
grad_y
= 0;
in emit_texture_op()
local
2874
test(
grad_y
, ImageOperandsGradMask);
in emit_texture_op()
2919
else if (lod || grad_x ||
grad_y
)
in emit_texture_op()
2960
else if (grad_x ||
grad_y
)
in emit_texture_op()
2996
if (grad_x ||
grad_y
)
in emit_texture_op()
3065
if (grad_x ||
grad_y
)
in emit_texture_op()
3124
if (!dref && (grad_x ||
grad_y
))
in emit_texture_op()
3127
forward = forward && should_forward(
grad_y
);
in emit_texture_op()
3131
expr += to_expression(
grad_y
);
in emit_texture_op()
H
A
D
spirv_glsl.hpp
422
uint32_t grad_x = 0,
grad_y
= 0, lod = 0, coffset = 0, offset = 0;
member
H
A
D
spirv_msl.cpp
9444
uint32_t
grad_y
= args.
grad_y
;
9731
if (msl_options.is_macos() && (grad_x ||
grad_y
))
9738
bool constant_zero_y = !
grad_y
|| expression_is_constant_null(
grad_y
);
9743
grad_y
= 0;
9799
if ((grad_x ||
grad_y
) && (imgtype.image.dim != Dim1D || msl_options.texture_1D_as_2D))
9802
forward = forward && should_forward(
grad_y
);
9823
farg_str += ", gradient" + grad_opt + "(" + to_expression(grad_x) + ", " + to_expression(
grad_y
) + ")";
H
A
D
spirv_glsl.cpp
6735
uint32_t
grad_y
= 0;
6761
test(
grad_y
, ImageOperandsGradMask);
6781
name_args.has_grad = grad_x != 0 ||
grad_y
!= 0;
6799
args.
grad_y
=
grad_y
;
7109
if (args.grad_x || args.
grad_y
)
7112
forward = forward && should_forward(args.
grad_y
);
7116
farg_str += to_expression(args.
grad_y
);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H
A
D
esextcTextureCubeMapArraySampling.cpp
91
const glw::GLchar* const TextureCubeMapArraySamplingTest::attribute_grad_y = "
grad_y
";
1065
/** Prepare
grad_y
vector for given texture_coordinates
1067
* @param
grad_y
Storage for grad_x
1072
void prepareGradYForFace(glw::GLfloat*
grad_y
, glw::GLuint face, glw::GLfloat* texture_coordinates, glw::GLuint width)
in prepareGradYForFace()
argument
1083
getTopNeighbour(texture_coordinates + texture_coordinates_offset, face, 1, width,
grad_y
+ grad_offset);
in prepareGradYForFace()
1091
getTopNeighbour(texture_coordinates + texture_coordinates_offset, face, 4 * width, width,
grad_y
+ grad_offset);
in prepareGradYForFace()
1099
vectorSubtractInPlace<3>(
grad_y
+ grad_offset, texture_coordinates + texture_coordinates_offset);
in prepareGradYForFace()
3549
buffer = &buffers.
grad_y
;
in setupSharedStorageBuffer()
4097
grad_y
.init(gl, (glw::GLsizeiptr)(grad_y_buffer_data.size() * sizeof(glw::GLfloat)), &grad_y_buffer_data[0]);
5118
buffer = &buffers.
grad_y
;
[all...]
H
A
D
esextcTextureCubeMapArraySampling.hpp
347
bufferDefinition
grad_y
;
member in glcts::TextureCubeMapArraySamplingTest::bufferCollection
Completed in 51 milliseconds