Home
last modified time | relevance | path

Searched refs:grad_y (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2847 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 Dspirv_glsl.hpp422 uint32_t grad_x = 0, grad_y = 0, lod = 0, coffset = 0, offset = 0; member
H A Dspirv_msl.cpp9444 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 Dspirv_glsl.cpp6735 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 DesextcTextureCubeMapArraySampling.cpp91 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 DesextcTextureCubeMapArraySampling.hpp347 bufferDefinition grad_y; member in glcts::TextureCubeMapArraySamplingTest::bufferCollection

Completed in 51 milliseconds