HomeSort by relevance Sort by last modified time
    Searched defs:z_offset (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cGetTextureSubImageTests.cpp 984 glw::GLint z_offset = 0; local
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_priv.h 64 uint32_t z_offset; member in struct:brw_blorp_surface_info
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 712 LLVMValueRef z_offset; local
719 &z_offset, &z_subcoord);
720 offset = lp_build_add(&bld->int_coord_bld, offset, z_offset);
724 LLVMValueRef z_offset; local
726 z_offset = lp_build_mul(&bld->int_coord_bld, r, img_stride_vec);
727 offset = lp_build_add(&bld->int_coord_bld, offset, z_offset);
1151 LLVMValueRef z_offset; local
1320 LLVMValueRef z_offset; local
    [all...]
lp_bld_sample.c 2069 LLVMValueRef z_offset; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 3409 ptrdiff_t z_offset = ((map_y + z_image_y) * local
3469 ptrdiff_t z_offset = ((y + z_image_y + map->y) * local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 881 const glw::GLuint z_offset = element_index * 6 + cube_face; local
    [all...]

Completed in 445 milliseconds