Home
last modified time | relevance | path

Searched defs:components (Results 251 - 275 of 282) sorted by relevance

1...<<1112

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1927 SwizzleLValue(SPIRVCodeGenerator& gen, SpvId vecPointer, const ComponentArray& components, in SwizzleLValue() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1608 GLType components[4]; in createBasicArray() local
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp2482 std::vector<spv::Id> components; in translateForcedType() local
5813 int components = node->getType().getVectorSize(); in createImageTextureFunctionCall() local
7786 std::vector<spv::Id> components; makeSmearedConstant() local
8105 std::vector<spv::Id> components; createInvocationsOperation() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c2308 nir_ssa_def *components[4] = {0}; regroup_load_val() local
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h660 } components[255]; member
696 } components[4]; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c167 bi_index *components = in bi_extract() local
3417 unsigned components in bi_emit_texc() local
3624 unsigned components = nir_src_num_components(instr->src[i].src); bi_emit_tex_valhall() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp12050 const size_t components = input1Bytes.size() / (sizeof(deFloat16) * iterations); in compareFP16VectorExtractFunc() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp4599 CaptureCoverageModulationCHROMIUM(const State &glState, bool isCallValid, GLenum components) CaptureCoverageModulationCHROMIUM() argument
H A Dcapture_gles_ext_params.cpp2295 CaptureProgramPathFragmentInputGenCHROMIUM_coeffs(const State &glState, bool isCallValid, ShaderProgramID program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs, ParamCapture *paramCapture) CaptureProgramPathFragmentInputGenCHROMIUM_coeffs() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp294 glw::GLfloat* components = data + index * N_Components; in vectorNormalize() local
873 prepareDataForTexture(const glw::Functions& gl, glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, glw::GLenum texture_format, glw::GLenum texture_type, glw::GLsizei texture_width, glw::GLsizei texture_height, const T* components) prepareDataForTexture() argument
911 glw::GLfloat components[4]; prepareDataForColorFloatTexture() local
939 T components[4]; prepareDataForColorIntTexture() local
1690 T components[n_components]; verifyResultImage() local
5223 glw::GLubyte components[n_components]; global() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp3814 void GL_APIENTRY GL_CoverageModulationCHROMIUM(GLenum components) in GL_CoverageModulationCHROMIUM() argument
H A DlibGLESv2_autogen.cpp3798 void GL_APIENTRY glCoverageModulationCHROMIUM(GLenum components) in glCoverageModulationCHROMIUM() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp11952 const size_t components = input1Bytes.size() / (sizeof(deFloat16) * iterations); in compareFP16VectorExtractFunc() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp195 const int components = txType.getVectorSize(); in getLayoutFromTxType() local
571 parseMatrixSwizzleSelector(const TSourceLoc& loc, const TString& fields, int cols, int rows, TSwizzleSelectors<TMatrixSelector>& components) parseMatrixSwizzleSelector() argument
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h1040 unsigned char components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */ member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1096 unsigned int components = glsl_get_vector_elements(type); in var_fill_const_array_with_vector_or_scalar() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp5635 void ImGui::PushMultiItemsWidths(int components, float w_full) in PushMultiItemsWidths() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp114 std::string componentCodes (vk::VkColorComponentFlags components) in componentCodes() argument
129 tcu::Vec4 filterColor (const tcu::Vec4& clearColor, const tcu::Vec4& color, vk::VkColorComponentFlags components) in filterColor() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp110 std::string componentCodes (vk::VkColorComponentFlags components) in componentCodes() argument
125 tcu::Vec4 filterColor (const tcu::Vec4& clearColor, const tcu::Vec4& color, vk::VkColorComponentFlags components) in filterColor() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp545 void INTERNAL_GL_APIENTRY glCoverageModulationNVNULL(GLenum components) {} in glCoverageModulationNVNULL() argument
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c4397 save_TexImage1D(GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TexImage1D() argument
4433 save_TexImage2D(GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TexImage2D() argument
9626 save_TextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TextureImage1DEXT() argument
9663 save_TextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TextureImage2DEXT() argument
10099 save_MultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexImage1DEXT() argument
10136 save_MultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexImage2DEXT() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2698 void Context::coverageModulation(GLenum components) in coverageModulation() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp7713 void ImGui::PushMultiItemsWidths(int components, float w_full) in PushMultiItemsWidths() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp46047 VULKAN_HPP_NAMESPACE::ComponentMapping components = {}; global() member
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2917 VkComponentMapping components; member
3892 VkComponentMapping components; member

Completed in 302 milliseconds

1...<<1112